Shades of Gossip #99E472
Tints of Gossip #99E472
RGB
CMYK
RGB Variations
Color information
#99E472 (or 0x99E472) is known color: Gossip. HEX triplet: 99, E4 and 72. RGB value is (153,228,114). Sum of RGB (Red+Green+Blue) = 153+228+114=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #99E472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E472 is #661B8D. Grayscale: #C0C0C0. Windows color (decimal): -6691726 or 7529625. OLE color: 7529625.
HSL color Cylindrical-coordinate representation of color #99E472: hue angle of 99.47º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99E472 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 228 | 114 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.11 |
| HSL | 99.47º | 0.68% | 0.67% | - |
| HSV(B) | 99.47º | 0.5% | 0.89% | - |
| XYZ | 43.92 | 63.47 | 25.86 | - |
| YUV | 192.58 | 83.65 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 228 | 114 | 0.33 | 0 | 0.50 | 0.11 | 99.47 | 0.68 | 0.67 |
| Hex | 99 | E4 | 72 | 21 | 0 | 32 | B | 63 | 44 | 43 |
| Octal | 231 | 344 | 162 | 41 | 0 | 62 | 13 | 143 | 104 | 103 |
| Binary | 10011001 | 11100100 | 1110010 | 100001 | 0 | 110010 | 1011 | 1100011 | 1000100 | 1000011 |
Color Harmonies of #99E472
Complementary color
Monochromatic Colors of #99E472
Black with #99E472
Text Example
Text Example
White with #99E472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E472; }
p { color: rgb(153,228,114); }
H1.HeaderClassName
{
color: #99E472;
}
.AnyTagClassName
{
color: #99E472;
}
</style>
background-color css
<style>
a { background-color: #99E472; }
a { background-color: rgb(153,228,114); }
div.DivClassName
{
background-color: #99E472;
}
.BgClassName
{
background-color: #99E472;
}
</style>
border-color css
<style>
span { border-color: #99E472; }
span { border-color: rgb(153,228,114); }
td.TdClassName
{
border-color: #99E472;
}
.TagClassName
{
border-color: #99E472;
}
</style>