Shades of Light Green #91FB83
Tints of Light Green #91FB83
RGB
CMYK
RGB Variations
Color information
#91FB83 (or 0x91FB83) is known color: Light Green. HEX triplet: 91, FB and 83. RGB value is (145,251,131). Sum of RGB (Red+Green+Blue) = 145+251+131=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #91FB83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FB83 is #6E047C. Grayscale: #CECECE. Windows color (decimal): -7210109 or 8649617. OLE color: 8649617.
HSL color Cylindrical-coordinate representation of color #91FB83: hue angle of 113º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91FB83 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 251 | 131 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.02 |
| HSL | 113º | 0.94% | 0.75% | - |
| HSV(B) | 113º | 0.48% | 0.98% | - |
| XYZ | 50.27 | 76.65 | 33.62 | - |
| YUV | 205.63 | 85.88 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 251 | 131 | 0.42 | 0 | 0.48 | 0.02 | 113 | 0.94 | 0.75 |
| Hex | 91 | FB | 83 | 2A | 0 | 30 | 2 | 71 | 5E | 4B |
| Octal | 221 | 373 | 203 | 52 | 0 | 60 | 2 | 161 | 136 | 113 |
| Binary | 10010001 | 11111011 | 10000011 | 101010 | 0 | 110000 | 10 | 1110001 | 1011110 | 1001011 |
Color Harmonies of #91FB83
Complementary color
Monochromatic Colors of #91FB83
Black with #91FB83
Text Example
Text Example
White with #91FB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FB83; }
p { color: rgb(145,251,131); }
H1.HeaderClassName
{
color: #91FB83;
}
.AnyTagClassName
{
color: #91FB83;
}
</style>
background-color css
<style>
a { background-color: #91FB83; }
a { background-color: rgb(145,251,131); }
div.DivClassName
{
background-color: #91FB83;
}
.BgClassName
{
background-color: #91FB83;
}
</style>
border-color css
<style>
span { border-color: #91FB83; }
span { border-color: rgb(145,251,131); }
td.TdClassName
{
border-color: #91FB83;
}
.TagClassName
{
border-color: #91FB83;
}
</style>