Shades of Pale Green #91FBAB
Tints of Pale Green #91FBAB
RGB
CMYK
RGB Variations
Color information
#91FBAB (or 0x91FBAB) is known color: Pale Green. HEX triplet: 91, FB and AB. RGB value is (145,251,171). Sum of RGB (Red+Green+Blue) = 145+251+171=567 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.57% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #91FBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FBAB is #6E0454. Grayscale: #D2D2D2. Windows color (decimal): -7210069 or 11271057. OLE color: 11271057.
HSL color Cylindrical-coordinate representation of color #91FBAB: hue angle of 134.72º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FBAB is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 251 | 171 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.02 |
| HSL | 134.72º | 0.93% | 0.78% | - |
| HSV(B) | 134.72º | 0.42% | 0.98% | - |
| XYZ | 53.52 | 77.95 | 50.75 | - |
| YUV | 210.19 | 105.88 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 251 | 171 | 0.42 | 0 | 0.32 | 0.02 | 134.72 | 0.93 | 0.78 |
| Hex | 91 | FB | AB | 2A | 0 | 20 | 2 | 87 | 5D | 4E |
| Octal | 221 | 373 | 253 | 52 | 0 | 40 | 2 | 207 | 135 | 116 |
| Binary | 10010001 | 11111011 | 10101011 | 101010 | 0 | 100000 | 10 | 10000111 | 1011101 | 1001110 |
Color Harmonies of #91FBAB
Complementary color
Monochromatic Colors of #91FBAB
Black with #91FBAB
Text Example
Text Example
White with #91FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FBAB; }
p { color: rgb(145,251,171); }
H1.HeaderClassName
{
color: #91FBAB;
}
.AnyTagClassName
{
color: #91FBAB;
}
</style>
background-color css
<style>
a { background-color: #91FBAB; }
a { background-color: rgb(145,251,171); }
div.DivClassName
{
background-color: #91FBAB;
}
.BgClassName
{
background-color: #91FBAB;
}
</style>
border-color css
<style>
span { border-color: #91FBAB; }
span { border-color: rgb(145,251,171); }
td.TdClassName
{
border-color: #91FBAB;
}
.TagClassName
{
border-color: #91FBAB;
}
</style>