Shades of Light Green #8BDD8E
Tints of Light Green #8BDD8E
RGB
CMYK
RGB Variations
Color information
#8BDD8E (or 0x8BDD8E) is known color: Light Green. HEX triplet: 8B, DD and 8E. RGB value is (139,221,142). Sum of RGB (Red+Green+Blue) = 139+221+142=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDD8E is #742271. Grayscale: #BBBBBB. Windows color (decimal): -7610994 or 9362827. OLE color: 9362827.
HSL color Cylindrical-coordinate representation of color #8BDD8E: hue angle of 122.2º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDD8E is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 142 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.13 |
| HSL | 122.2º | 0.55% | 0.71% | - |
| HSV(B) | 122.2º | 0.37% | 0.87% | - |
| XYZ | 41.39 | 59.15 | 34.83 | - |
| YUV | 187.48 | 102.33 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 142 | 0.37 | 0 | 0.36 | 0.13 | 122.2 | 0.55 | 0.71 |
| Hex | 8B | DD | 8E | 25 | 0 | 24 | D | 7A | 37 | 47 |
| Octal | 213 | 335 | 216 | 45 | 0 | 44 | 15 | 172 | 67 | 107 |
| Binary | 10001011 | 11011101 | 10001110 | 100101 | 0 | 100100 | 1101 | 1111010 | 110111 | 1000111 |
Color Harmonies of #8BDD8E
Complementary color
Monochromatic Colors of #8BDD8E
Black with #8BDD8E
Text Example
Text Example
White with #8BDD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD8E; }
p { color: rgb(139,221,142); }
H1.HeaderClassName
{
color: #8BDD8E;
}
.AnyTagClassName
{
color: #8BDD8E;
}
</style>
background-color css
<style>
a { background-color: #8BDD8E; }
a { background-color: rgb(139,221,142); }
div.DivClassName
{
background-color: #8BDD8E;
}
.BgClassName
{
background-color: #8BDD8E;
}
</style>
border-color css
<style>
span { border-color: #8BDD8E; }
span { border-color: rgb(139,221,142); }
td.TdClassName
{
border-color: #8BDD8E;
}
.TagClassName
{
border-color: #8BDD8E;
}
</style>