Shades of Pale Green #91FBA5
Tints of Pale Green #91FBA5
RGB
CMYK
RGB Variations
Color information
#91FBA5 (or 0x91FBA5) is known color: Pale Green. HEX triplet: 91, FB and A5. RGB value is (145,251,165). Sum of RGB (Red+Green+Blue) = 145+251+165=561 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.85% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #91FBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FBA5 is #6E045A. Grayscale: #D1D1D1. Windows color (decimal): -7210075 or 10877841. OLE color: 10877841.
HSL color Cylindrical-coordinate representation of color #91FBA5: hue angle of 131.32º 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 #91FBA5 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 251 | 165 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.02 |
| HSL | 131.32º | 0.93% | 0.78% | - |
| HSV(B) | 131.32º | 0.42% | 0.98% | - |
| XYZ | 52.97 | 77.73 | 47.81 | - |
| YUV | 209.5 | 102.88 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 251 | 165 | 0.42 | 0 | 0.34 | 0.02 | 131.32 | 0.93 | 0.78 |
| Hex | 91 | FB | A5 | 2A | 0 | 22 | 2 | 83 | 5D | 4E |
| Octal | 221 | 373 | 245 | 52 | 0 | 42 | 2 | 203 | 135 | 116 |
| Binary | 10010001 | 11111011 | 10100101 | 101010 | 0 | 100010 | 10 | 10000011 | 1011101 | 1001110 |
Color Harmonies of #91FBA5
Complementary color
Monochromatic Colors of #91FBA5
Black with #91FBA5
Text Example
Text Example
White with #91FBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FBA5; }
p { color: rgb(145,251,165); }
H1.HeaderClassName
{
color: #91FBA5;
}
.AnyTagClassName
{
color: #91FBA5;
}
</style>
background-color css
<style>
a { background-color: #91FBA5; }
a { background-color: rgb(145,251,165); }
div.DivClassName
{
background-color: #91FBA5;
}
.BgClassName
{
background-color: #91FBA5;
}
</style>
border-color css
<style>
span { border-color: #91FBA5; }
span { border-color: rgb(145,251,165); }
td.TdClassName
{
border-color: #91FBA5;
}
.TagClassName
{
border-color: #91FBA5;
}
</style>