Shades of Light Green #8DDB92
Tints of Light Green #8DDB92
RGB
CMYK
RGB Variations
Color information
#8DDB92 (or 0x8DDB92) is known color: Light Green. HEX triplet: 8D, DB and 92. RGB value is (141,219,146). Sum of RGB (Red+Green+Blue) = 141+219+146=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDB92 is #72246D. Grayscale: #BBBBBB. Windows color (decimal): -7480430 or 9624461. OLE color: 9624461.
HSL color Cylindrical-coordinate representation of color #8DDB92: hue angle of 123.85º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDB92 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 146 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.14 |
| HSL | 123.85º | 0.52% | 0.71% | - |
| HSV(B) | 123.85º | 0.36% | 0.86% | - |
| XYZ | 41.5 | 58.4 | 36.28 | - |
| YUV | 187.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 146 | 0.36 | 0 | 0.33 | 0.14 | 123.85 | 0.52 | 0.71 |
| Hex | 8D | DB | 92 | 24 | 0 | 21 | E | 7C | 34 | 47 |
| Octal | 215 | 333 | 222 | 44 | 0 | 41 | 16 | 174 | 64 | 107 |
| Binary | 10001101 | 11011011 | 10010010 | 100100 | 0 | 100001 | 1110 | 1111100 | 110100 | 1000111 |
Color Harmonies of #8DDB92
Complementary color
Monochromatic Colors of #8DDB92
Black with #8DDB92
Text Example
Text Example
White with #8DDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB92; }
p { color: rgb(141,219,146); }
H1.HeaderClassName
{
color: #8DDB92;
}
.AnyTagClassName
{
color: #8DDB92;
}
</style>
background-color css
<style>
a { background-color: #8DDB92; }
a { background-color: rgb(141,219,146); }
div.DivClassName
{
background-color: #8DDB92;
}
.BgClassName
{
background-color: #8DDB92;
}
</style>
border-color css
<style>
span { border-color: #8DDB92; }
span { border-color: rgb(141,219,146); }
td.TdClassName
{
border-color: #8DDB92;
}
.TagClassName
{
border-color: #8DDB92;
}
</style>