Shades of Gossip #95DB67
Tints of Gossip #95DB67
RGB
CMYK
RGB Variations
Color information
#95DB67 (or 0x95DB67) is known color: Gossip. HEX triplet: 95, DB and 67. RGB value is (149,219,103). Sum of RGB (Red+Green+Blue) = 149+219+103=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DB67 is #6A2498. Grayscale: #B9B9B9. Windows color (decimal): -6956185 or 6806421. OLE color: 6806421.
HSL color Cylindrical-coordinate representation of color #95DB67: hue angle of 96.21º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95DB67 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 103 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.14 |
| HSL | 96.21º | 0.62% | 0.63% | - |
| HSV(B) | 96.21º | 0.53% | 0.86% | - |
| XYZ | 40.17 | 58.03 | 21.92 | - |
| YUV | 184.85 | 81.81 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 103 | 0.32 | 0 | 0.53 | 0.14 | 96.21 | 0.62 | 0.63 |
| Hex | 95 | DB | 67 | 20 | 0 | 35 | E | 60 | 3E | 3F |
| Octal | 225 | 333 | 147 | 40 | 0 | 65 | 16 | 140 | 76 | 77 |
| Binary | 10010101 | 11011011 | 1100111 | 100000 | 0 | 110101 | 1110 | 1100000 | 111110 | 111111 |
Color Harmonies of #95DB67
Complementary color
Monochromatic Colors of #95DB67
Black with #95DB67
Text Example
Text Example
White with #95DB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DB67; }
p { color: rgb(149,219,103); }
H1.HeaderClassName
{
color: #95DB67;
}
.AnyTagClassName
{
color: #95DB67;
}
</style>
background-color css
<style>
a { background-color: #95DB67; }
a { background-color: rgb(149,219,103); }
div.DivClassName
{
background-color: #95DB67;
}
.BgClassName
{
background-color: #95DB67;
}
</style>
border-color css
<style>
span { border-color: #95DB67; }
span { border-color: rgb(149,219,103); }
td.TdClassName
{
border-color: #95DB67;
}
.TagClassName
{
border-color: #95DB67;
}
</style>