Shades of Gossip #91DA7F
Tints of Gossip #91DA7F
RGB
CMYK
RGB Variations
Color information
#91DA7F (or 0x91DA7F) is known color: Gossip. HEX triplet: 91, DA and 7F. RGB value is (145,218,127). Sum of RGB (Red+Green+Blue) = 145+218+127=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #91DA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DA7F is #6E2580. Grayscale: #BABABA. Windows color (decimal): -7218561 or 8379025. OLE color: 8379025.
HSL color Cylindrical-coordinate representation of color #91DA7F: hue angle of 108.13º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91DA7F is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 218 | 127 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.15 |
| HSL | 108.13º | 0.55% | 0.68% | - |
| HSV(B) | 108.13º | 0.42% | 0.85% | - |
| XYZ | 40.58 | 57.69 | 29.08 | - |
| YUV | 185.8 | 94.82 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 218 | 127 | 0.33 | 0 | 0.42 | 0.15 | 108.13 | 0.55 | 0.68 |
| Hex | 91 | DA | 7F | 21 | 0 | 2A | F | 6C | 37 | 44 |
| Octal | 221 | 332 | 177 | 41 | 0 | 52 | 17 | 154 | 67 | 104 |
| Binary | 10010001 | 11011010 | 1111111 | 100001 | 0 | 101010 | 1111 | 1101100 | 110111 | 1000100 |
Color Harmonies of #91DA7F
Complementary color
Monochromatic Colors of #91DA7F
Black with #91DA7F
Text Example
Text Example
White with #91DA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DA7F; }
p { color: rgb(145,218,127); }
H1.HeaderClassName
{
color: #91DA7F;
}
.AnyTagClassName
{
color: #91DA7F;
}
</style>
background-color css
<style>
a { background-color: #91DA7F; }
a { background-color: rgb(145,218,127); }
div.DivClassName
{
background-color: #91DA7F;
}
.BgClassName
{
background-color: #91DA7F;
}
</style>
border-color css
<style>
span { border-color: #91DA7F; }
span { border-color: rgb(145,218,127); }
td.TdClassName
{
border-color: #91DA7F;
}
.TagClassName
{
border-color: #91DA7F;
}
</style>