Shades of Gossip #95E17D
Tints of Gossip #95E17D
RGB
CMYK
RGB Variations
Color information
#95E17D (or 0x95E17D) is known color: Gossip. HEX triplet: 95, E1 and 7D. RGB value is (149,225,125). Sum of RGB (Red+Green+Blue) = 149+225+125=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #95E17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E17D is #6A1E82. Grayscale: #BFBFBF. Windows color (decimal): -6954627 or 8249749. OLE color: 8249749.
HSL color Cylindrical-coordinate representation of color #95E17D: hue angle of 105.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95E17D is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 125 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.12 |
| HSL | 105.6º | 0.63% | 0.69% | - |
| HSV(B) | 105.6º | 0.44% | 0.88% | - |
| XYZ | 43.02 | 61.72 | 29.05 | - |
| YUV | 190.88 | 90.82 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 125 | 0.34 | 0 | 0.44 | 0.12 | 105.6 | 0.63 | 0.69 |
| Hex | 95 | E1 | 7D | 22 | 0 | 2C | C | 6A | 3E | 45 |
| Octal | 225 | 341 | 175 | 42 | 0 | 54 | 14 | 152 | 76 | 105 |
| Binary | 10010101 | 11100001 | 1111101 | 100010 | 0 | 101100 | 1100 | 1101010 | 111110 | 1000101 |
Color Harmonies of #95E17D
Complementary color
Monochromatic Colors of #95E17D
Black with #95E17D
Text Example
Text Example
White with #95E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E17D; }
p { color: rgb(149,225,125); }
H1.HeaderClassName
{
color: #95E17D;
}
.AnyTagClassName
{
color: #95E17D;
}
</style>
background-color css
<style>
a { background-color: #95E17D; }
a { background-color: rgb(149,225,125); }
div.DivClassName
{
background-color: #95E17D;
}
.BgClassName
{
background-color: #95E17D;
}
</style>
border-color css
<style>
span { border-color: #95E17D; }
span { border-color: rgb(149,225,125); }
td.TdClassName
{
border-color: #95E17D;
}
.TagClassName
{
border-color: #95E17D;
}
</style>