Shades of Gossip #99CF71
Tints of Gossip #99CF71
RGB
CMYK
RGB Variations
Color information
#99CF71 (or 0x99CF71) is known color: Gossip. HEX triplet: 99, CF and 71. RGB value is (153,207,113). Sum of RGB (Red+Green+Blue) = 153+207+113=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF71 is #66308E. Grayscale: #B4B4B4. Windows color (decimal): -6697103 or 7458713. OLE color: 7458713.
HSL color Cylindrical-coordinate representation of color #99CF71: hue angle of 94.47º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99CF71 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 113 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.19 |
| HSL | 94.47º | 0.49% | 0.63% | - |
| HSV(B) | 94.47º | 0.45% | 0.81% | - |
| XYZ | 38.43 | 52.59 | 23.75 | - |
| YUV | 180.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 113 | 0.26 | 0 | 0.45 | 0.19 | 94.47 | 0.49 | 0.63 |
| Hex | 99 | CF | 71 | 1A | 0 | 2D | 13 | 5E | 31 | 3F |
| Octal | 231 | 317 | 161 | 32 | 0 | 55 | 23 | 136 | 61 | 77 |
| Binary | 10011001 | 11001111 | 1110001 | 11010 | 0 | 101101 | 10011 | 1011110 | 110001 | 111111 |
Color Harmonies of #99CF71
Complementary color
Monochromatic Colors of #99CF71
Black with #99CF71
Text Example
Text Example
White with #99CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF71; }
p { color: rgb(153,207,113); }
H1.HeaderClassName
{
color: #99CF71;
}
.AnyTagClassName
{
color: #99CF71;
}
</style>
background-color css
<style>
a { background-color: #99CF71; }
a { background-color: rgb(153,207,113); }
div.DivClassName
{
background-color: #99CF71;
}
.BgClassName
{
background-color: #99CF71;
}
</style>
border-color css
<style>
span { border-color: #99CF71; }
span { border-color: rgb(153,207,113); }
td.TdClassName
{
border-color: #99CF71;
}
.TagClassName
{
border-color: #99CF71;
}
</style>