Shades of Gossip #9DDF81
Tints of Gossip #9DDF81
RGB
CMYK
RGB Variations
Color information
#9DDF81 (or 0x9DDF81) is known color: Gossip. HEX triplet: 9D, DF and 81. RGB value is (157,223,129). Sum of RGB (Red+Green+Blue) = 157+223+129=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDF81 is #62207E. Grayscale: #C0C0C0. Windows color (decimal): -6430847 or 8511389. OLE color: 8511389.
HSL color Cylindrical-coordinate representation of color #9DDF81: hue angle of 102.13º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DDF81 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 129 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.13 |
| HSL | 102.13º | 0.59% | 0.69% | - |
| HSV(B) | 102.13º | 0.42% | 0.87% | - |
| XYZ | 44.25 | 61.53 | 30.31 | - |
| YUV | 192.55 | 92.13 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 129 | 0.30 | 0 | 0.42 | 0.13 | 102.13 | 0.59 | 0.69 |
| Hex | 9D | DF | 81 | 1E | 0 | 2A | D | 66 | 3B | 45 |
| Octal | 235 | 337 | 201 | 36 | 0 | 52 | 15 | 146 | 73 | 105 |
| Binary | 10011101 | 11011111 | 10000001 | 11110 | 0 | 101010 | 1101 | 1100110 | 111011 | 1000101 |
Color Harmonies of #9DDF81
Complementary color
Monochromatic Colors of #9DDF81
Black with #9DDF81
Text Example
Text Example
White with #9DDF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF81; }
p { color: rgb(157,223,129); }
H1.HeaderClassName
{
color: #9DDF81;
}
.AnyTagClassName
{
color: #9DDF81;
}
</style>
background-color css
<style>
a { background-color: #9DDF81; }
a { background-color: rgb(157,223,129); }
div.DivClassName
{
background-color: #9DDF81;
}
.BgClassName
{
background-color: #9DDF81;
}
</style>
border-color css
<style>
span { border-color: #9DDF81; }
span { border-color: rgb(157,223,129); }
td.TdClassName
{
border-color: #9DDF81;
}
.TagClassName
{
border-color: #9DDF81;
}
</style>