Shades of Light Green #91FA85
Tints of Light Green #91FA85
RGB
CMYK
RGB Variations
Color information
#91FA85 (or 0x91FA85) is known color: Light Green. HEX triplet: 91, FA and 85. RGB value is (145,250,133). Sum of RGB (Red+Green+Blue) = 145+250+133=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #91FA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FA85 is #6E057A. Grayscale: #CDCDCD. Windows color (decimal): -7210363 or 8780433. OLE color: 8780433.
HSL color Cylindrical-coordinate representation of color #91FA85: hue angle of 113.85º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91FA85 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 133 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.02 |
| HSL | 113.85º | 0.92% | 0.75% | - |
| HSV(B) | 113.85º | 0.47% | 0.98% | - |
| XYZ | 50.1 | 76.08 | 34.24 | - |
| YUV | 205.27 | 87.21 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 133 | 0.42 | 0 | 0.47 | 0.02 | 113.85 | 0.92 | 0.75 |
| Hex | 91 | FA | 85 | 2A | 0 | 2F | 2 | 72 | 5C | 4B |
| Octal | 221 | 372 | 205 | 52 | 0 | 57 | 2 | 162 | 134 | 113 |
| Binary | 10010001 | 11111010 | 10000101 | 101010 | 0 | 101111 | 10 | 1110010 | 1011100 | 1001011 |
Color Harmonies of #91FA85
Complementary color
Monochromatic Colors of #91FA85
Black with #91FA85
Text Example
Text Example
White with #91FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FA85; }
p { color: rgb(145,250,133); }
H1.HeaderClassName
{
color: #91FA85;
}
.AnyTagClassName
{
color: #91FA85;
}
</style>
background-color css
<style>
a { background-color: #91FA85; }
a { background-color: rgb(145,250,133); }
div.DivClassName
{
background-color: #91FA85;
}
.BgClassName
{
background-color: #91FA85;
}
</style>
border-color css
<style>
span { border-color: #91FA85; }
span { border-color: rgb(145,250,133); }
td.TdClassName
{
border-color: #91FA85;
}
.TagClassName
{
border-color: #91FA85;
}
</style>