Shades of Gossip #91DB75
Tints of Gossip #91DB75
RGB
CMYK
RGB Variations
Color information
#91DB75 (or 0x91DB75) is known color: Gossip. HEX triplet: 91, DB and 75. RGB value is (145,219,117). Sum of RGB (Red+Green+Blue) = 145+219+117=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #91DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DB75 is #6E248A. Grayscale: #B9B9B9. Windows color (decimal): -7218315 or 7723921. OLE color: 7723921.
HSL color Cylindrical-coordinate representation of color #91DB75: hue angle of 103.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91DB75 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 219 | 117 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.14 |
| HSL | 103.53º | 0.59% | 0.66% | - |
| HSV(B) | 103.53º | 0.47% | 0.86% | - |
| XYZ | 40.22 | 57.97 | 25.9 | - |
| YUV | 185.25 | 89.48 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 117 | 0.34 | 0 | 0.47 | 0.14 | 103.53 | 0.59 | 0.66 |
| Hex | 91 | DB | 75 | 22 | 0 | 2F | E | 68 | 3B | 42 |
| Octal | 221 | 333 | 165 | 42 | 0 | 57 | 16 | 150 | 73 | 102 |
| Binary | 10010001 | 11011011 | 1110101 | 100010 | 0 | 101111 | 1110 | 1101000 | 111011 | 1000010 |
Color Harmonies of #91DB75
Complementary color
Monochromatic Colors of #91DB75
Black with #91DB75
Text Example
Text Example
White with #91DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DB75; }
p { color: rgb(145,219,117); }
H1.HeaderClassName
{
color: #91DB75;
}
.AnyTagClassName
{
color: #91DB75;
}
</style>
background-color css
<style>
a { background-color: #91DB75; }
a { background-color: rgb(145,219,117); }
div.DivClassName
{
background-color: #91DB75;
}
.BgClassName
{
background-color: #91DB75;
}
</style>
border-color css
<style>
span { border-color: #91DB75; }
span { border-color: rgb(145,219,117); }
td.TdClassName
{
border-color: #91DB75;
}
.TagClassName
{
border-color: #91DB75;
}
</style>