Shades of Light Green #8CDC8B
Tints of Light Green #8CDC8B
RGB
CMYK
RGB Variations
Color information
#8CDC8B (or 0x8CDC8B) is known color: Light Green. HEX triplet: 8C, DC and 8B. RGB value is (140,220,139). Sum of RGB (Red+Green+Blue) = 140+220+139=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDC8B is #732374. Grayscale: #BBBBBB. Windows color (decimal): -7545717 or 9165964. OLE color: 9165964.
HSL color Cylindrical-coordinate representation of color #8CDC8B: hue angle of 119.26º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDC8B is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 139 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.14 |
| HSL | 119.26º | 0.54% | 0.7% | - |
| HSV(B) | 119.26º | 0.37% | 0.86% | - |
| XYZ | 41.07 | 58.63 | 33.58 | - |
| YUV | 186.85 | 101 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 139 | 0.36 | 0 | 0.37 | 0.14 | 119.26 | 0.54 | 0.7 |
| Hex | 8C | DC | 8B | 24 | 0 | 25 | E | 77 | 36 | 46 |
| Octal | 214 | 334 | 213 | 44 | 0 | 45 | 16 | 167 | 66 | 106 |
| Binary | 10001100 | 11011100 | 10001011 | 100100 | 0 | 100101 | 1110 | 1110111 | 110110 | 1000110 |
Color Harmonies of #8CDC8B
Complementary color
Monochromatic Colors of #8CDC8B
Black with #8CDC8B
Text Example
Text Example
White with #8CDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC8B; }
p { color: rgb(140,220,139); }
H1.HeaderClassName
{
color: #8CDC8B;
}
.AnyTagClassName
{
color: #8CDC8B;
}
</style>
background-color css
<style>
a { background-color: #8CDC8B; }
a { background-color: rgb(140,220,139); }
div.DivClassName
{
background-color: #8CDC8B;
}
.BgClassName
{
background-color: #8CDC8B;
}
</style>
border-color css
<style>
span { border-color: #8CDC8B; }
span { border-color: rgb(140,220,139); }
td.TdClassName
{
border-color: #8CDC8B;
}
.TagClassName
{
border-color: #8CDC8B;
}
</style>