COLOR #88C765

HEX: #88C765
RGB: (136,199,101)

Renk bilgisi

#88C765 contains mainly green color. #88C765 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#88C765 color RGB value is (136,199,101).

  • kırmız ton 136;
  • yeşil ton 199;
  • mavi ton 101.
RGB:
(136,199,101)
(53%,78%,40%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 199 of 255 = 78%
B 101 of 255 = 40%

136
199
101

R + G + B ~ 57%. #88C765 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 199 + 101 = 436 (100%)
R 136 of 436 ~ 31.19%
G 199 of 436 ~ 45.64%
B 101 of 436 ~ 23.17%

%31.19
%45.64
%23.17

CMYK RENK MODELİ

#88C765 rengi CMYK tonu (32,0,49,22).

  • camgöbeği tonu 31.66%
  • eflatun tonu 0.00%
  • sarı tonu 49.25%
  • ana renk tonu 21.96%
CMYK:
(32,0,49,22)
C32M0Y49K22 
(32%,0%,49%,22%)
(0.32/0.00/0.49/0.22)	

CMYK yüzdeleri

%31.66
%0
%49.25
%21.96

Codes

Color #88C765 in popluar color models

88C765
RGB136199101
HSL99°46.67%58.82%
HSB/HSV99°49.25%78.04%
CMYK31.66%0.00%49.25%
21.96%

Color #88C765 in popluar number systems.

HEX88C765
Decimal136199101
Binary10001000110001111100101
Octal210307145

Shades and tints

Shades of #88C765

#88C765
(136,199,101)
#7CB55C
(124,181,92)
#70A353
(112,163,83)
#64914A
(100,145,74)
#587F41
(88,127,65)
#4C6D38
(76,109,56)
#405B2F
(64,91,47)
#344926
(52,73,38)
#28371D
(40,55,29)
#1C2514
(28,37,20)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #88C765

#88C765
(136,199,101)
#92CC73
(146,204,115)
#9CD181
(156,209,129)
#A6D68F
(166,214,143)
#B0DB9D
(176,219,157)
#BAE0AB
(186,224,171)
#C4E5B9
(196,229,185)
#CEEAC7
(206,234,199)
#D8EFD5
(216,239,213)
#E2F4E3
(226,244,227)
#ECF9F1
(236,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C765 color. Also use rgb(136,199,101) instead hex code.

Text Font Color

.myTextColor { color: #88C765; }

<p style="color:#88C765">This sample text font color is #88C765.</p>

This text font color is #88C765.


Background Color

.myBgColor { background-color: #88C765; }

<div style="background-color:#88C765">Inner text</div>

This div background color is #88C765.


Border color

.myBorderColor { border: 1px solid #88C765; }

<div style="border:3px solid #88C765">Div</div>

This div border color is #88C765.


Opacity

.myOpacity80 { color: #88C765; opacity: 0.8; }

<p style="color:#88C765;opacity:0.8;">80%</p>

Text with #88C765 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #88C765;}

<p style="text-shadow: 3px 3px 1px #88C765">Text here.</p>

This text has shadow with #88C765 color.

.textShadow {text-shadow: 3px 3px 1px #88C765, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #88C765, 5px 5px 20px red">Text here.</p>

This text has shadow with #88C765 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88C765, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#88C765, Direction=45, Strength=4)">Text</p>

This text has shadow with #88C765 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #88C765;
  -webkit-box-shadow:	1px 1px 3px 2px #88C765;
  box-shadow:		1px 1px 3px 2px #88C765;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88C765;
-webkit-box-shadow: 1px 1px 3px 2px #88C765;
box-shadow:1px 1px 3px 2px #88C765;">
Div content here</div>
This div box has shadow with color #88C765.

Preview

Color preview on black background

This text has color #88C765 on black background.


Color preview on white background

This text has color #88C765 on white background.



Black color preview on #88C765 background

This text has black color on #88C765 background.


White color preview on #88C765 background

This text has white color on #88C765 background.