Html Css Color HEX #8CDB95 Light Green

📋 copy color: '#8CDB95'

red 140 ◦ green 219 ◦ blue 149

#8CDB95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #8CDB95

Tints of Light Green #8CDB95

RGB

 RED value IS 140 (55.08% from 255) = 27.56%

 GREEN value IS 219 (85.94% from 255) = 43.11%

 BLUE value IS 149 (58.59% from 255) = 29.33%

R = 27.56%
G = 43.11%
B = 29.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8CDB95 (or 0x8CDB95) is known color: Light Green. HEX triplet: 8C, DB and 95. RGB value is (140,219,149). Sum of RGB (Red+Green+Blue) = 140+219+149=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDB95 is #73246A. Grayscale: #BBBBBB. Windows color (decimal): -7545963 or 9821068. OLE color: 9821068.

HSL color Cylindrical-coordinate representation of color #8CDB95: hue angle of 126.84º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDB95 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 219 149 -
CMYK 0.36 0 0.32 0.14
HSL 126.84º 0.52% 0.7% -
HSV(B) 126.84º 0.36% 0.86% -
XYZ 41.57 58.41 37.52 -
YUV 187.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 140 219 149 0.36 0 0.32 0.14 126.84 0.52 0.7
Hex 8C DB 95 24 0 20 E 7F 34 46
Octal 214 333 225 44 0 40 16 177 64 106
Binary 10001100 11011011 10010101 100100 0 100000 1110 1111111 110100 1000110

Color Harmonies of #8CDB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDB95

Black with #8CDB95

Text Example


Text Example

White with #8CDB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CDB95; }

 p { color: rgb(140,219,149); }

 H1.HeaderClassName
 {
   color: #8CDB95;
 }
 .AnyTagClassName
 {
   color: #8CDB95;
 }
</style>

background-color css

<style>
 a { background-color: #8CDB95; }

 a { background-color: rgb(140,219,149); }

 div.DivClassName
 {
   background-color: #8CDB95;
 }
 .BgClassName
 {
   background-color: #8CDB95;
 }
</style>

border-color css

<style>
 span { border-color: #8CDB95; }

 span { border-color: rgb(140,219,149); }

 td.TdClassName
 {
   border-color: #8CDB95;
 }
 .TagClassName
 {
   border-color: #8CDB95;
 }
</style>