Shades of Gossip #9DDF83
Tints of Gossip #9DDF83
RGB
CMYK
RGB Variations
Color information
#9DDF83 (or 0x9DDF83) is known color: Gossip. HEX triplet: 9D, DF and 83. RGB value is (157,223,131). Sum of RGB (Red+Green+Blue) = 157+223+131=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDF83 is #62207C. Grayscale: #C1C1C1. Windows color (decimal): -6430845 or 8642461. OLE color: 8642461.
HSL color Cylindrical-coordinate representation of color #9DDF83: hue angle of 103.04º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DDF83 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 131 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.13 |
| HSL | 103.04º | 0.59% | 0.69% | - |
| HSV(B) | 103.04º | 0.41% | 0.87% | - |
| XYZ | 44.39 | 61.58 | 31.02 | - |
| YUV | 192.78 | 93.13 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 131 | 0.30 | 0 | 0.41 | 0.13 | 103.04 | 0.59 | 0.69 |
| Hex | 9D | DF | 83 | 1E | 0 | 29 | D | 67 | 3B | 45 |
| Octal | 235 | 337 | 203 | 36 | 0 | 51 | 15 | 147 | 73 | 105 |
| Binary | 10011101 | 11011111 | 10000011 | 11110 | 0 | 101001 | 1101 | 1100111 | 111011 | 1000101 |
Color Harmonies of #9DDF83
Complementary color
Monochromatic Colors of #9DDF83
Black with #9DDF83
Text Example
Text Example
White with #9DDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF83; }
p { color: rgb(157,223,131); }
H1.HeaderClassName
{
color: #9DDF83;
}
.AnyTagClassName
{
color: #9DDF83;
}
</style>
background-color css
<style>
a { background-color: #9DDF83; }
a { background-color: rgb(157,223,131); }
div.DivClassName
{
background-color: #9DDF83;
}
.BgClassName
{
background-color: #9DDF83;
}
</style>
border-color css
<style>
span { border-color: #9DDF83; }
span { border-color: rgb(157,223,131); }
td.TdClassName
{
border-color: #9DDF83;
}
.TagClassName
{
border-color: #9DDF83;
}
</style>