Shades of Gossip #95D468
Tints of Gossip #95D468
RGB
CMYK
RGB Variations
Color information
#95D468 (or 0x95D468) is known color: Gossip. HEX triplet: 95, D4 and 68. RGB value is (149,212,104). Sum of RGB (Red+Green+Blue) = 149+212+104=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #95D468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D468 is #6A2B97. Grayscale: #B5B5B5. Windows color (decimal): -6957976 or 6870165. OLE color: 6870165.
HSL color Cylindrical-coordinate representation of color #95D468: hue angle of 95º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95D468 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 212 | 104 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.17 |
| HSL | 95º | 0.56% | 0.62% | - |
| HSV(B) | 95º | 0.51% | 0.83% | - |
| XYZ | 38.44 | 54.48 | 21.59 | - |
| YUV | 180.85 | 84.63 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 212 | 104 | 0.30 | 0 | 0.51 | 0.17 | 95 | 0.56 | 0.62 |
| Hex | 95 | D4 | 68 | 1E | 0 | 33 | 11 | 5F | 38 | 3E |
| Octal | 225 | 324 | 150 | 36 | 0 | 63 | 21 | 137 | 70 | 76 |
| Binary | 10010101 | 11010100 | 1101000 | 11110 | 0 | 110011 | 10001 | 1011111 | 111000 | 111110 |
Color Harmonies of #95D468
Complementary color
Monochromatic Colors of #95D468
Black with #95D468
Text Example
Text Example
White with #95D468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D468; }
p { color: rgb(149,212,104); }
H1.HeaderClassName
{
color: #95D468;
}
.AnyTagClassName
{
color: #95D468;
}
</style>
background-color css
<style>
a { background-color: #95D468; }
a { background-color: rgb(149,212,104); }
div.DivClassName
{
background-color: #95D468;
}
.BgClassName
{
background-color: #95D468;
}
</style>
border-color css
<style>
span { border-color: #95D468; }
span { border-color: rgb(149,212,104); }
td.TdClassName
{
border-color: #95D468;
}
.TagClassName
{
border-color: #95D468;
}
</style>