Shades of Gossip #99E073
Tints of Gossip #99E073
RGB
CMYK
RGB Variations
Color information
#99E073 (or 0x99E073) is known color: Gossip. HEX triplet: 99, E0 and 73. RGB value is (153,224,115). Sum of RGB (Red+Green+Blue) = 153+224+115=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #99E073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E073 is #661F8C. Grayscale: #BEBEBE. Windows color (decimal): -6692749 or 7594137. OLE color: 7594137.
HSL color Cylindrical-coordinate representation of color #99E073: hue angle of 99.08º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99E073 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 224 | 115 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.12 |
| HSL | 99.08º | 0.64% | 0.66% | - |
| HSV(B) | 99.08º | 0.49% | 0.88% | - |
| XYZ | 42.89 | 61.32 | 25.8 | - |
| YUV | 190.35 | 85.48 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 115 | 0.32 | 0 | 0.49 | 0.12 | 99.08 | 0.64 | 0.66 |
| Hex | 99 | E0 | 73 | 20 | 0 | 31 | C | 63 | 40 | 42 |
| Octal | 231 | 340 | 163 | 40 | 0 | 61 | 14 | 143 | 100 | 102 |
| Binary | 10011001 | 11100000 | 1110011 | 100000 | 0 | 110001 | 1100 | 1100011 | 1000000 | 1000010 |
Color Harmonies of #99E073
Complementary color
Monochromatic Colors of #99E073
Black with #99E073
Text Example
Text Example
White with #99E073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E073; }
p { color: rgb(153,224,115); }
H1.HeaderClassName
{
color: #99E073;
}
.AnyTagClassName
{
color: #99E073;
}
</style>
background-color css
<style>
a { background-color: #99E073; }
a { background-color: rgb(153,224,115); }
div.DivClassName
{
background-color: #99E073;
}
.BgClassName
{
background-color: #99E073;
}
</style>
border-color css
<style>
span { border-color: #99E073; }
span { border-color: rgb(153,224,115); }
td.TdClassName
{
border-color: #99E073;
}
.TagClassName
{
border-color: #99E073;
}
</style>