Shades of Gossip #99D481
Tints of Gossip #99D481
RGB
CMYK
RGB Variations
Color information
#99D481 (or 0x99D481) is known color: Gossip. HEX triplet: 99, D4 and 81. RGB value is (153,212,129). Sum of RGB (Red+Green+Blue) = 153+212+129=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #99D481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D481 is #662B7E. Grayscale: #B9B9B9. Windows color (decimal): -6695807 or 8508569. OLE color: 8508569.
HSL color Cylindrical-coordinate representation of color #99D481: hue angle of 102.65º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D481 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 129 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.17 |
| HSL | 102.65º | 0.49% | 0.67% | - |
| HSV(B) | 102.65º | 0.39% | 0.83% | - |
| XYZ | 40.64 | 55.44 | 29.33 | - |
| YUV | 184.9 | 96.45 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 129 | 0.28 | 0 | 0.39 | 0.17 | 102.65 | 0.49 | 0.67 |
| Hex | 99 | D4 | 81 | 1C | 0 | 27 | 11 | 67 | 31 | 43 |
| Octal | 231 | 324 | 201 | 34 | 0 | 47 | 21 | 147 | 61 | 103 |
| Binary | 10011001 | 11010100 | 10000001 | 11100 | 0 | 100111 | 10001 | 1100111 | 110001 | 1000011 |
Color Harmonies of #99D481
Complementary color
Monochromatic Colors of #99D481
Black with #99D481
Text Example
Text Example
White with #99D481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D481; }
p { color: rgb(153,212,129); }
H1.HeaderClassName
{
color: #99D481;
}
.AnyTagClassName
{
color: #99D481;
}
</style>
background-color css
<style>
a { background-color: #99D481; }
a { background-color: rgb(153,212,129); }
div.DivClassName
{
background-color: #99D481;
}
.BgClassName
{
background-color: #99D481;
}
</style>
border-color css
<style>
span { border-color: #99D481; }
span { border-color: rgb(153,212,129); }
td.TdClassName
{
border-color: #99D481;
}
.TagClassName
{
border-color: #99D481;
}
</style>