Shades of Gossip #99CF70
Tints of Gossip #99CF70
RGB
CMYK
RGB Variations
Color information
#99CF70 (or 0x99CF70) is known color: Gossip. HEX triplet: 99, CF and 70. RGB value is (153,207,112). Sum of RGB (Red+Green+Blue) = 153+207+112=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF70 is #66308F. Grayscale: #B4B4B4. Windows color (decimal): -6697104 or 7393177. OLE color: 7393177.
HSL color Cylindrical-coordinate representation of color #99CF70: hue angle of 94.11º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99CF70 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 112 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.19 |
| HSL | 94.11º | 0.5% | 0.63% | - |
| HSV(B) | 94.11º | 0.46% | 0.81% | - |
| XYZ | 38.37 | 52.57 | 23.45 | - |
| YUV | 180.02 | 89.61 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 112 | 0.26 | 0 | 0.46 | 0.19 | 94.11 | 0.5 | 0.63 |
| Hex | 99 | CF | 70 | 1A | 0 | 2E | 13 | 5E | 32 | 3F |
| Octal | 231 | 317 | 160 | 32 | 0 | 56 | 23 | 136 | 62 | 77 |
| Binary | 10011001 | 11001111 | 1110000 | 11010 | 0 | 101110 | 10011 | 1011110 | 110010 | 111111 |
Color Harmonies of #99CF70
Complementary color
Monochromatic Colors of #99CF70
Black with #99CF70
Text Example
Text Example
White with #99CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF70; }
p { color: rgb(153,207,112); }
H1.HeaderClassName
{
color: #99CF70;
}
.AnyTagClassName
{
color: #99CF70;
}
</style>
background-color css
<style>
a { background-color: #99CF70; }
a { background-color: rgb(153,207,112); }
div.DivClassName
{
background-color: #99CF70;
}
.BgClassName
{
background-color: #99CF70;
}
</style>
border-color css
<style>
span { border-color: #99CF70; }
span { border-color: rgb(153,207,112); }
td.TdClassName
{
border-color: #99CF70;
}
.TagClassName
{
border-color: #99CF70;
}
</style>