Shades of Gossip #91D56F
Tints of Gossip #91D56F
RGB
CMYK
RGB Variations
Color information
#91D56F (or 0x91D56F) is known color: Gossip. HEX triplet: 91, D5 and 6F. RGB value is (145,213,111). Sum of RGB (Red+Green+Blue) = 145+213+111=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #91D56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D56F is #6E2A90. Grayscale: #B5B5B5. Windows color (decimal): -7219857 or 7329169. OLE color: 7329169.
HSL color Cylindrical-coordinate representation of color #91D56F: hue angle of 100º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91D56F is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 213 | 111 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.16 |
| HSL | 100º | 0.55% | 0.64% | - |
| HSV(B) | 100º | 0.48% | 0.84% | - |
| XYZ | 38.34 | 54.76 | 23.59 | - |
| YUV | 181.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 213 | 111 | 0.32 | 0 | 0.48 | 0.16 | 100 | 0.55 | 0.64 |
| Hex | 91 | D5 | 6F | 20 | 0 | 30 | 10 | 64 | 37 | 40 |
| Octal | 221 | 325 | 157 | 40 | 0 | 60 | 20 | 144 | 67 | 100 |
| Binary | 10010001 | 11010101 | 1101111 | 100000 | 0 | 110000 | 10000 | 1100100 | 110111 | 1000000 |
Color Harmonies of #91D56F
Complementary color
Monochromatic Colors of #91D56F
Black with #91D56F
Text Example
Text Example
White with #91D56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D56F; }
p { color: rgb(145,213,111); }
H1.HeaderClassName
{
color: #91D56F;
}
.AnyTagClassName
{
color: #91D56F;
}
</style>
background-color css
<style>
a { background-color: #91D56F; }
a { background-color: rgb(145,213,111); }
div.DivClassName
{
background-color: #91D56F;
}
.BgClassName
{
background-color: #91D56F;
}
</style>
border-color css
<style>
span { border-color: #91D56F; }
span { border-color: rgb(145,213,111); }
td.TdClassName
{
border-color: #91D56F;
}
.TagClassName
{
border-color: #91D56F;
}
</style>