Shades of Gossip #99D667
Tints of Gossip #99D667
RGB
CMYK
RGB Variations
Color information
#99D667 (or 0x99D667) is known color: Gossip. HEX triplet: 99, D6 and 67. RGB value is (153,214,103). Sum of RGB (Red+Green+Blue) = 153+214+103=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #99D667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D667 is #662998. Grayscale: #B7B7B7. Windows color (decimal): -6695321 or 6805145. OLE color: 6805145.
HSL color Cylindrical-coordinate representation of color #99D667: hue angle of 92.97º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99D667 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 103 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.16 |
| HSL | 92.97º | 0.58% | 0.62% | - |
| HSV(B) | 92.97º | 0.52% | 0.84% | - |
| XYZ | 39.63 | 55.84 | 21.52 | - |
| YUV | 183.11 | 82.79 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 103 | 0.29 | 0 | 0.52 | 0.16 | 92.97 | 0.58 | 0.62 |
| Hex | 99 | D6 | 67 | 1D | 0 | 34 | 10 | 5D | 3A | 3E |
| Octal | 231 | 326 | 147 | 35 | 0 | 64 | 20 | 135 | 72 | 76 |
| Binary | 10011001 | 11010110 | 1100111 | 11101 | 0 | 110100 | 10000 | 1011101 | 111010 | 111110 |
Color Harmonies of #99D667
Complementary color
Monochromatic Colors of #99D667
Black with #99D667
Text Example
Text Example
White with #99D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D667; }
p { color: rgb(153,214,103); }
H1.HeaderClassName
{
color: #99D667;
}
.AnyTagClassName
{
color: #99D667;
}
</style>
background-color css
<style>
a { background-color: #99D667; }
a { background-color: rgb(153,214,103); }
div.DivClassName
{
background-color: #99D667;
}
.BgClassName
{
background-color: #99D667;
}
</style>
border-color css
<style>
span { border-color: #99D667; }
span { border-color: rgb(153,214,103); }
td.TdClassName
{
border-color: #99D667;
}
.TagClassName
{
border-color: #99D667;
}
</style>