Shades of Light Green #8CDF88
Tints of Light Green #8CDF88
RGB
CMYK
RGB Variations
Color information
#8CDF88 (or 0x8CDF88) is known color: 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
| RGB | 140 | 223 | 136 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.13 |
| HSL | 117.24º | 0.58% | 0.7% | - |
| HSV(B) | 117.24º | 0.39% | 0.87% | - |
| XYZ | 41.65 | 60.13 | 32.7 | - |
| YUV | 188.27 | 98.5 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 136 | 0.37 | 0 | 0.39 | 0.13 | 117.24 | 0.58 | 0.7 |
| Hex | 8C | DF | 88 | 25 | 0 | 27 | D | 75 | 3A | 46 |
| Octal | 214 | 337 | 210 | 45 | 0 | 47 | 15 | 165 | 72 | 106 |
| Binary | 10001100 | 11011111 | 10001000 | 100101 | 0 | 100111 | 1101 | 1110101 | 111010 | 1000110 |
Color Harmonies of #8CDF88
Complementary color
Monochromatic Colors of #8CDF88
Black with #8CDF88
Text Example
Text Example
White with #8CDF88
Text Example
Text Example
HTML Codes & Css Web 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>