Shades of Light Green #91DC94
Tints of Light Green #91DC94
RGB
CMYK
RGB Variations
Color information
#91DC94 (or 0x91DC94) is known color: Light Green. HEX triplet: 91, DC and 94. RGB value is (145,220,148). Sum of RGB (Red+Green+Blue) = 145+220+148=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #91DC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DC94 is #6E236B. Grayscale: #BDBDBD. Windows color (decimal): -7218028 or 9755793. OLE color: 9755793.
HSL color Cylindrical-coordinate representation of color #91DC94: hue angle of 122.4º 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 #91DC94 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 220 | 148 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.14 |
| HSL | 122.4º | 0.52% | 0.72% | - |
| HSV(B) | 122.4º | 0.34% | 0.86% | - |
| XYZ | 42.62 | 59.34 | 37.23 | - |
| YUV | 189.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 148 | 0.34 | 0 | 0.33 | 0.14 | 122.4 | 0.52 | 0.72 |
| Hex | 91 | DC | 94 | 22 | 0 | 21 | E | 7A | 34 | 48 |
| Octal | 221 | 334 | 224 | 42 | 0 | 41 | 16 | 172 | 64 | 110 |
| Binary | 10010001 | 11011100 | 10010100 | 100010 | 0 | 100001 | 1110 | 1111010 | 110100 | 1001000 |
Color Harmonies of #91DC94
Complementary color
Monochromatic Colors of #91DC94
Black with #91DC94
Text Example
Text Example
White with #91DC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DC94; }
p { color: rgb(145,220,148); }
H1.HeaderClassName
{
color: #91DC94;
}
.AnyTagClassName
{
color: #91DC94;
}
</style>
background-color css
<style>
a { background-color: #91DC94; }
a { background-color: rgb(145,220,148); }
div.DivClassName
{
background-color: #91DC94;
}
.BgClassName
{
background-color: #91DC94;
}
</style>
border-color css
<style>
span { border-color: #91DC94; }
span { border-color: rgb(145,220,148); }
td.TdClassName
{
border-color: #91DC94;
}
.TagClassName
{
border-color: #91DC94;
}
</style>