Shades of Pale Green #91FB8D
Tints of Pale Green #91FB8D
RGB
CMYK
RGB Variations
Color information
#91FB8D (or 0x91FB8D) is known color: Pale Green. HEX triplet: 91, FB and 8D. RGB value is (145,251,141). Sum of RGB (Red+Green+Blue) = 145+251+141=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #91FB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FB8D is #6E0472. Grayscale: #CFCFCF. Windows color (decimal): -7210099 or 9304977. OLE color: 9304977.
HSL color Cylindrical-coordinate representation of color #91FB8D: hue angle of 117.82º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #91FB8D is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 251 | 141 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.02 |
| HSL | 117.82º | 0.93% | 0.77% | - |
| HSV(B) | 117.82º | 0.44% | 0.98% | - |
| XYZ | 50.98 | 76.94 | 37.36 | - |
| YUV | 206.77 | 90.88 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 251 | 141 | 0.42 | 0 | 0.44 | 0.02 | 117.82 | 0.93 | 0.77 |
| Hex | 91 | FB | 8D | 2A | 0 | 2C | 2 | 76 | 5D | 4D |
| Octal | 221 | 373 | 215 | 52 | 0 | 54 | 2 | 166 | 135 | 115 |
| Binary | 10010001 | 11111011 | 10001101 | 101010 | 0 | 101100 | 10 | 1110110 | 1011101 | 1001101 |
Color Harmonies of #91FB8D
Complementary color
Monochromatic Colors of #91FB8D
Black with #91FB8D
Text Example
Text Example
White with #91FB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FB8D; }
p { color: rgb(145,251,141); }
H1.HeaderClassName
{
color: #91FB8D;
}
.AnyTagClassName
{
color: #91FB8D;
}
</style>
background-color css
<style>
a { background-color: #91FB8D; }
a { background-color: rgb(145,251,141); }
div.DivClassName
{
background-color: #91FB8D;
}
.BgClassName
{
background-color: #91FB8D;
}
</style>
border-color css
<style>
span { border-color: #91FB8D; }
span { border-color: rgb(145,251,141); }
td.TdClassName
{
border-color: #91FB8D;
}
.TagClassName
{
border-color: #91FB8D;
}
</style>