Shades of Gossip #9DD27D
Tints of Gossip #9DD27D
RGB
CMYK
RGB Variations
Color information
#9DD27D (or 0x9DD27D) is known color: Gossip. HEX triplet: 9D, D2 and 7D. RGB value is (157,210,125). Sum of RGB (Red+Green+Blue) = 157+210+125=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD27D is #622D82. Grayscale: #B8B8B8. Windows color (decimal): -6434179 or 8245917. OLE color: 8245917.
HSL color Cylindrical-coordinate representation of color #9DD27D: hue angle of 97.41º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DD27D is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 125 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.18 |
| HSL | 97.41º | 0.49% | 0.66% | - |
| HSV(B) | 97.41º | 0.4% | 0.82% | - |
| XYZ | 40.65 | 54.74 | 27.83 | - |
| YUV | 184.46 | 94.44 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 125 | 0.25 | 0 | 0.40 | 0.18 | 97.41 | 0.49 | 0.66 |
| Hex | 9D | D2 | 7D | 19 | 0 | 28 | 12 | 61 | 31 | 42 |
| Octal | 235 | 322 | 175 | 31 | 0 | 50 | 22 | 141 | 61 | 102 |
| Binary | 10011101 | 11010010 | 1111101 | 11001 | 0 | 101000 | 10010 | 1100001 | 110001 | 1000010 |
Color Harmonies of #9DD27D
Complementary color
Monochromatic Colors of #9DD27D
Black with #9DD27D
Text Example
Text Example
White with #9DD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD27D; }
p { color: rgb(157,210,125); }
H1.HeaderClassName
{
color: #9DD27D;
}
.AnyTagClassName
{
color: #9DD27D;
}
</style>
background-color css
<style>
a { background-color: #9DD27D; }
a { background-color: rgb(157,210,125); }
div.DivClassName
{
background-color: #9DD27D;
}
.BgClassName
{
background-color: #9DD27D;
}
</style>
border-color css
<style>
span { border-color: #9DD27D; }
span { border-color: rgb(157,210,125); }
td.TdClassName
{
border-color: #9DD27D;
}
.TagClassName
{
border-color: #9DD27D;
}
</style>