Shades of Gossip #99D568
Tints of Gossip #99D568
RGB
CMYK
RGB Variations
Color information
#99D568 (or 0x99D568) is known color: Gossip. HEX triplet: 99, D5 and 68. RGB value is (153,213,104). Sum of RGB (Red+Green+Blue) = 153+213+104=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #99D568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D568 is #662A97. Grayscale: #B7B7B7. Windows color (decimal): -6695576 or 6870425. OLE color: 6870425.
HSL color Cylindrical-coordinate representation of color #99D568: hue angle of 93.03º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99D568 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 104 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.16 |
| HSL | 93.03º | 0.56% | 0.62% | - |
| HSV(B) | 93.03º | 0.51% | 0.84% | - |
| XYZ | 39.43 | 55.36 | 21.7 | - |
| YUV | 182.63 | 83.62 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 104 | 0.28 | 0 | 0.51 | 0.16 | 93.03 | 0.56 | 0.62 |
| Hex | 99 | D5 | 68 | 1C | 0 | 33 | 10 | 5D | 38 | 3E |
| Octal | 231 | 325 | 150 | 34 | 0 | 63 | 20 | 135 | 70 | 76 |
| Binary | 10011001 | 11010101 | 1101000 | 11100 | 0 | 110011 | 10000 | 1011101 | 111000 | 111110 |
Color Harmonies of #99D568
Complementary color
Monochromatic Colors of #99D568
Black with #99D568
Text Example
Text Example
White with #99D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D568; }
p { color: rgb(153,213,104); }
H1.HeaderClassName
{
color: #99D568;
}
.AnyTagClassName
{
color: #99D568;
}
</style>
background-color css
<style>
a { background-color: #99D568; }
a { background-color: rgb(153,213,104); }
div.DivClassName
{
background-color: #99D568;
}
.BgClassName
{
background-color: #99D568;
}
</style>
border-color css
<style>
span { border-color: #99D568; }
span { border-color: rgb(153,213,104); }
td.TdClassName
{
border-color: #99D568;
}
.TagClassName
{
border-color: #99D568;
}
</style>