Shades of Gossip #99CF80
Tints of Gossip #99CF80
RGB
CMYK
RGB Variations
Color information
#99CF80 (or 0x99CF80) is known color: Gossip. HEX triplet: 99, CF and 80. RGB value is (153,207,128). Sum of RGB (Red+Green+Blue) = 153+207+128=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CF80 is #66307F. Grayscale: #B6B6B6. Windows color (decimal): -6697088 or 8441753. OLE color: 8441753.
HSL color Cylindrical-coordinate representation of color #99CF80: hue angle of 101.01º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99CF80 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 128 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.19 |
| HSL | 101.01º | 0.45% | 0.66% | - |
| HSV(B) | 101.01º | 0.38% | 0.81% | - |
| XYZ | 39.35 | 52.96 | 28.57 | - |
| YUV | 181.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 128 | 0.26 | 0 | 0.38 | 0.19 | 101.01 | 0.45 | 0.66 |
| Hex | 99 | CF | 80 | 1A | 0 | 26 | 13 | 65 | 2D | 42 |
| Octal | 231 | 317 | 200 | 32 | 0 | 46 | 23 | 145 | 55 | 102 |
| Binary | 10011001 | 11001111 | 10000000 | 11010 | 0 | 100110 | 10011 | 1100101 | 101101 | 1000010 |
Color Harmonies of #99CF80
Complementary color
Monochromatic Colors of #99CF80
Black with #99CF80
Text Example
Text Example
White with #99CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF80; }
p { color: rgb(153,207,128); }
H1.HeaderClassName
{
color: #99CF80;
}
.AnyTagClassName
{
color: #99CF80;
}
</style>
background-color css
<style>
a { background-color: #99CF80; }
a { background-color: rgb(153,207,128); }
div.DivClassName
{
background-color: #99CF80;
}
.BgClassName
{
background-color: #99CF80;
}
</style>
border-color css
<style>
span { border-color: #99CF80; }
span { border-color: rgb(153,207,128); }
td.TdClassName
{
border-color: #99CF80;
}
.TagClassName
{
border-color: #99CF80;
}
</style>