Shades of Gossip #95E466
Tints of Gossip #95E466
RGB
CMYK
RGB Variations
Color information
#95E466 (or 0x95E466) is known color: Gossip. HEX triplet: 95, E4 and 66. RGB value is (149,228,102). Sum of RGB (Red+Green+Blue) = 149+228+102=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #95E466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E466 is #6A1B99. Grayscale: #BEBEBE. Windows color (decimal): -6953882 or 6743189. OLE color: 6743189.
HSL color Cylindrical-coordinate representation of color #95E466: hue angle of 97.62º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95E466 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 102 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.11 |
| HSL | 97.62º | 0.7% | 0.65% | - |
| HSV(B) | 97.62º | 0.55% | 0.89% | - |
| XYZ | 42.54 | 62.84 | 22.46 | - |
| YUV | 190.02 | 78.33 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 102 | 0.35 | 0 | 0.55 | 0.11 | 97.62 | 0.7 | 0.65 |
| Hex | 95 | E4 | 66 | 23 | 0 | 37 | B | 62 | 46 | 41 |
| Octal | 225 | 344 | 146 | 43 | 0 | 67 | 13 | 142 | 106 | 101 |
| Binary | 10010101 | 11100100 | 1100110 | 100011 | 0 | 110111 | 1011 | 1100010 | 1000110 | 1000001 |
Color Harmonies of #95E466
Complementary color
Monochromatic Colors of #95E466
Black with #95E466
Text Example
Text Example
White with #95E466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E466; }
p { color: rgb(149,228,102); }
H1.HeaderClassName
{
color: #95E466;
}
.AnyTagClassName
{
color: #95E466;
}
</style>
background-color css
<style>
a { background-color: #95E466; }
a { background-color: rgb(149,228,102); }
div.DivClassName
{
background-color: #95E466;
}
.BgClassName
{
background-color: #95E466;
}
</style>
border-color css
<style>
span { border-color: #95E466; }
span { border-color: rgb(149,228,102); }
td.TdClassName
{
border-color: #95E466;
}
.TagClassName
{
border-color: #95E466;
}
</style>