Shades of Pale Green #91FC8E
Tints of Pale Green #91FC8E
RGB
CMYK
RGB Variations
Color information
#91FC8E (or 0x91FC8E) is known color: Pale Green. HEX triplet: 91, FC and 8E. RGB value is (145,252,142). Sum of RGB (Red+Green+Blue) = 145+252+142=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #91FC8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FC8E is #6E0371. Grayscale: #CFCFCF. Windows color (decimal): -7209842 or 9370769. OLE color: 9370769.
HSL color Cylindrical-coordinate representation of color #91FC8E: hue angle of 118.36º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #91FC8E is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 252 | 142 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.01 |
| HSL | 118.36º | 0.95% | 0.77% | - |
| HSV(B) | 118.36º | 0.44% | 0.99% | - |
| XYZ | 51.37 | 77.59 | 37.86 | - |
| YUV | 207.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 252 | 142 | 0.42 | 0 | 0.44 | 0.01 | 118.36 | 0.95 | 0.77 |
| Hex | 91 | FC | 8E | 2A | 0 | 2C | 1 | 76 | 5F | 4D |
| Octal | 221 | 374 | 216 | 52 | 0 | 54 | 1 | 166 | 137 | 115 |
| Binary | 10010001 | 11111100 | 10001110 | 101010 | 0 | 101100 | 1 | 1110110 | 1011111 | 1001101 |
Color Harmonies of #91FC8E
Complementary color
Monochromatic Colors of #91FC8E
Black with #91FC8E
Text Example
Text Example
White with #91FC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FC8E; }
p { color: rgb(145,252,142); }
H1.HeaderClassName
{
color: #91FC8E;
}
.AnyTagClassName
{
color: #91FC8E;
}
</style>
background-color css
<style>
a { background-color: #91FC8E; }
a { background-color: rgb(145,252,142); }
div.DivClassName
{
background-color: #91FC8E;
}
.BgClassName
{
background-color: #91FC8E;
}
</style>
border-color css
<style>
span { border-color: #91FC8E; }
span { border-color: rgb(145,252,142); }
td.TdClassName
{
border-color: #91FC8E;
}
.TagClassName
{
border-color: #91FC8E;
}
</style>