Shades of Gossip #91D87F
Tints of Gossip #91D87F
RGB
CMYK
RGB Variations
Color information
#91D87F (or 0x91D87F) is known color: Gossip. HEX triplet: 91, D8 and 7F. RGB value is (145,216,127). Sum of RGB (Red+Green+Blue) = 145+216+127=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #91D87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D87F is #6E2780. Grayscale: #B8B8B8. Windows color (decimal): -7219073 or 8378513. OLE color: 8378513.
HSL color Cylindrical-coordinate representation of color #91D87F: hue angle of 107.87º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91D87F is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 216 | 127 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.15 |
| HSL | 107.87º | 0.53% | 0.67% | - |
| HSV(B) | 107.87º | 0.41% | 0.85% | - |
| XYZ | 40.06 | 56.66 | 28.9 | - |
| YUV | 184.63 | 95.48 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 216 | 127 | 0.33 | 0 | 0.41 | 0.15 | 107.87 | 0.53 | 0.67 |
| Hex | 91 | D8 | 7F | 21 | 0 | 29 | F | 6C | 35 | 43 |
| Octal | 221 | 330 | 177 | 41 | 0 | 51 | 17 | 154 | 65 | 103 |
| Binary | 10010001 | 11011000 | 1111111 | 100001 | 0 | 101001 | 1111 | 1101100 | 110101 | 1000011 |
Color Harmonies of #91D87F
Complementary color
Monochromatic Colors of #91D87F
Black with #91D87F
Text Example
Text Example
White with #91D87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D87F; }
p { color: rgb(145,216,127); }
H1.HeaderClassName
{
color: #91D87F;
}
.AnyTagClassName
{
color: #91D87F;
}
</style>
background-color css
<style>
a { background-color: #91D87F; }
a { background-color: rgb(145,216,127); }
div.DivClassName
{
background-color: #91D87F;
}
.BgClassName
{
background-color: #91D87F;
}
</style>
border-color css
<style>
span { border-color: #91D87F; }
span { border-color: rgb(145,216,127); }
td.TdClassName
{
border-color: #91D87F;
}
.TagClassName
{
border-color: #91D87F;
}
</style>