Shades of Gossip #99D07E
Tints of Gossip #99D07E
RGB
CMYK
RGB Variations
Color information
#99D07E (or 0x99D07E) is known color: Gossip. HEX triplet: 99, D0 and 7E. RGB value is (153,208,126). Sum of RGB (Red+Green+Blue) = 153+208+126=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #99D07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D07E is #662F81. Grayscale: #B6B6B6. Windows color (decimal): -6696834 or 8310937. OLE color: 8310937.
HSL color Cylindrical-coordinate representation of color #99D07E: hue angle of 100.24º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D07E is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 126 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.18 |
| HSL | 100.24º | 0.47% | 0.65% | - |
| HSV(B) | 100.24º | 0.39% | 0.82% | - |
| XYZ | 39.46 | 53.39 | 27.96 | - |
| YUV | 182.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 126 | 0.26 | 0 | 0.39 | 0.18 | 100.24 | 0.47 | 0.65 |
| Hex | 99 | D0 | 7E | 1A | 0 | 27 | 12 | 64 | 2F | 41 |
| Octal | 231 | 320 | 176 | 32 | 0 | 47 | 22 | 144 | 57 | 101 |
| Binary | 10011001 | 11010000 | 1111110 | 11010 | 0 | 100111 | 10010 | 1100100 | 101111 | 1000001 |
Color Harmonies of #99D07E
Complementary color
Monochromatic Colors of #99D07E
Black with #99D07E
Text Example
Text Example
White with #99D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D07E; }
p { color: rgb(153,208,126); }
H1.HeaderClassName
{
color: #99D07E;
}
.AnyTagClassName
{
color: #99D07E;
}
</style>
background-color css
<style>
a { background-color: #99D07E; }
a { background-color: rgb(153,208,126); }
div.DivClassName
{
background-color: #99D07E;
}
.BgClassName
{
background-color: #99D07E;
}
</style>
border-color css
<style>
span { border-color: #99D07E; }
span { border-color: rgb(153,208,126); }
td.TdClassName
{
border-color: #99D07E;
}
.TagClassName
{
border-color: #99D07E;
}
</style>