Shades of Gossip #95DB75
Tints of Gossip #95DB75
RGB
CMYK
RGB Variations
Color information
#95DB75 (or 0x95DB75) is known color: Gossip. HEX triplet: 95, DB and 75. RGB value is (149,219,117). Sum of RGB (Red+Green+Blue) = 149+219+117=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DB75 is #6A248A. Grayscale: #BABABA. Windows color (decimal): -6956171 or 7723925. OLE color: 7723925.
HSL color Cylindrical-coordinate representation of color #95DB75: hue angle of 101.18º 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 #95DB75 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 117 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.14 |
| HSL | 101.18º | 0.59% | 0.66% | - |
| HSV(B) | 101.18º | 0.47% | 0.86% | - |
| XYZ | 40.94 | 58.34 | 25.93 | - |
| YUV | 186.44 | 88.81 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 117 | 0.32 | 0 | 0.47 | 0.14 | 101.18 | 0.59 | 0.66 |
| Hex | 95 | DB | 75 | 20 | 0 | 2F | E | 65 | 3B | 42 |
| Octal | 225 | 333 | 165 | 40 | 0 | 57 | 16 | 145 | 73 | 102 |
| Binary | 10010101 | 11011011 | 1110101 | 100000 | 0 | 101111 | 1110 | 1100101 | 111011 | 1000010 |
Color Harmonies of #95DB75
Complementary color
Monochromatic Colors of #95DB75
Black with #95DB75
Text Example
Text Example
White with #95DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DB75; }
p { color: rgb(149,219,117); }
H1.HeaderClassName
{
color: #95DB75;
}
.AnyTagClassName
{
color: #95DB75;
}
</style>
background-color css
<style>
a { background-color: #95DB75; }
a { background-color: rgb(149,219,117); }
div.DivClassName
{
background-color: #95DB75;
}
.BgClassName
{
background-color: #95DB75;
}
</style>
border-color css
<style>
span { border-color: #95DB75; }
span { border-color: rgb(149,219,117); }
td.TdClassName
{
border-color: #95DB75;
}
.TagClassName
{
border-color: #95DB75;
}
</style>