#8CDF88

Color #8CDF88 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #8CDF88

Tints of Light Green #8CDF88

Color information

#8CDF88 (or 0x8CDF88) is unknown color: approx Light Green. HEX triplet: 8C, DF and 88. RGB value is (140,223,136). Sum of RGB (Red+Green+Blue) = 140+223+136=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDF88 is #732077. Grayscale: #BCBCBC. Windows color (decimal): -7544952 or 8970124. OLE color: 8970124.

HSL color Cylindrical-coordinate representation of color #8CDF88: hue angle of 117.24º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CDF88 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB140223136-
CMYK0.3700.390.13
HSL117.24º57.62%70.39%-
HSV(B)117.24º39.01%87.45%-
XYZ41.6560.1332.7-
YUV188.2698.593.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.06%
GREEN value IS 223 (87.5% from 255) = 44.69%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=28.06%
G=44.69%
B=27.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402231360.3700.390.13117.2457.6270.39
Hex8CDF8825027D753a46
Octal214337210450471516572106
Binary1000110011011111100010001001010100111110111101011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,223,136); }

 H1.HeaderClassName
 {
   color: #8CDF88;
 }
 .AnyTagClassName
 {
   color: #8CDF88;
 }
</style>
background-color css

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

 a { background-color: rgb(140,223,136); }

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

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

 span { border-color: rgb(140,223,136); }

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