Shades of Gossip #99DC7F
Tints of Gossip #99DC7F
RGB
CMYK
RGB Variations
Color information
#99DC7F (or 0x99DC7F) is known color: Gossip. HEX triplet: 99, DC and 7F. RGB value is (153,220,127). Sum of RGB (Red+Green+Blue) = 153+220+127=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DC7F is #662380. Grayscale: #BDBDBD. Windows color (decimal): -6693761 or 8379545. OLE color: 8379545.
HSL color Cylindrical-coordinate representation of color #99DC7F: hue angle of 103.23º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99DC7F is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 127 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.14 |
| HSL | 103.23º | 0.57% | 0.68% | - |
| HSV(B) | 103.23º | 0.42% | 0.86% | - |
| XYZ | 42.56 | 59.49 | 29.32 | - |
| YUV | 189.37 | 92.8 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 127 | 0.30 | 0 | 0.42 | 0.14 | 103.23 | 0.57 | 0.68 |
| Hex | 99 | DC | 7F | 1E | 0 | 2A | E | 67 | 39 | 44 |
| Octal | 231 | 334 | 177 | 36 | 0 | 52 | 16 | 147 | 71 | 104 |
| Binary | 10011001 | 11011100 | 1111111 | 11110 | 0 | 101010 | 1110 | 1100111 | 111001 | 1000100 |
Color Harmonies of #99DC7F
Complementary color
Monochromatic Colors of #99DC7F
Black with #99DC7F
Text Example
Text Example
White with #99DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC7F; }
p { color: rgb(153,220,127); }
H1.HeaderClassName
{
color: #99DC7F;
}
.AnyTagClassName
{
color: #99DC7F;
}
</style>
background-color css
<style>
a { background-color: #99DC7F; }
a { background-color: rgb(153,220,127); }
div.DivClassName
{
background-color: #99DC7F;
}
.BgClassName
{
background-color: #99DC7F;
}
</style>
border-color css
<style>
span { border-color: #99DC7F; }
span { border-color: rgb(153,220,127); }
td.TdClassName
{
border-color: #99DC7F;
}
.TagClassName
{
border-color: #99DC7F;
}
</style>