Shades of Light Green #91DC96
Tints of Light Green #91DC96
RGB
CMYK
RGB Variations
Color information
#91DC96 (or 0x91DC96) is known color: Light Green. HEX triplet: 91, DC and 96. RGB value is (145,220,150). Sum of RGB (Red+Green+Blue) = 145+220+150=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #91DC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DC96 is #6E2369. Grayscale: #BDBDBD. Windows color (decimal): -7218026 or 9886865. OLE color: 9886865.
HSL color Cylindrical-coordinate representation of color #91DC96: hue angle of 124º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DC96 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 220 | 150 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.14 |
| HSL | 124º | 0.52% | 0.72% | - |
| HSV(B) | 124º | 0.34% | 0.86% | - |
| XYZ | 42.78 | 59.41 | 38.07 | - |
| YUV | 189.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 150 | 0.34 | 0 | 0.32 | 0.14 | 124 | 0.52 | 0.72 |
| Hex | 91 | DC | 96 | 22 | 0 | 20 | E | 7C | 34 | 48 |
| Octal | 221 | 334 | 226 | 42 | 0 | 40 | 16 | 174 | 64 | 110 |
| Binary | 10010001 | 11011100 | 10010110 | 100010 | 0 | 100000 | 1110 | 1111100 | 110100 | 1001000 |
Color Harmonies of #91DC96
Complementary color
Monochromatic Colors of #91DC96
Black with #91DC96
Text Example
Text Example
White with #91DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DC96; }
p { color: rgb(145,220,150); }
H1.HeaderClassName
{
color: #91DC96;
}
.AnyTagClassName
{
color: #91DC96;
}
</style>
background-color css
<style>
a { background-color: #91DC96; }
a { background-color: rgb(145,220,150); }
div.DivClassName
{
background-color: #91DC96;
}
.BgClassName
{
background-color: #91DC96;
}
</style>
border-color css
<style>
span { border-color: #91DC96; }
span { border-color: rgb(145,220,150); }
td.TdClassName
{
border-color: #91DC96;
}
.TagClassName
{
border-color: #91DC96;
}
</style>