Shades of Gossip #9DD67F
Tints of Gossip #9DD67F
RGB
CMYK
RGB Variations
Color information
#9DD67F (or 0x9DD67F) is known color: Gossip. HEX triplet: 9D, D6 and 7F. RGB value is (157,214,127). Sum of RGB (Red+Green+Blue) = 157+214+127=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD67F is #622980. Grayscale: #BBBBBB. Windows color (decimal): -6433153 or 8378013. OLE color: 8378013.
HSL color Cylindrical-coordinate representation of color #9DD67F: hue angle of 99.31º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DD67F is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 214 | 127 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.16 |
| HSL | 99.31º | 0.51% | 0.67% | - |
| HSV(B) | 99.31º | 0.41% | 0.84% | - |
| XYZ | 41.78 | 56.79 | 28.84 | - |
| YUV | 187.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 127 | 0.27 | 0 | 0.41 | 0.16 | 99.31 | 0.51 | 0.67 |
| Hex | 9D | D6 | 7F | 1B | 0 | 29 | 10 | 63 | 33 | 43 |
| Octal | 235 | 326 | 177 | 33 | 0 | 51 | 20 | 143 | 63 | 103 |
| Binary | 10011101 | 11010110 | 1111111 | 11011 | 0 | 101001 | 10000 | 1100011 | 110011 | 1000011 |
Color Harmonies of #9DD67F
Complementary color
Monochromatic Colors of #9DD67F
Black with #9DD67F
Text Example
Text Example
White with #9DD67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD67F; }
p { color: rgb(157,214,127); }
H1.HeaderClassName
{
color: #9DD67F;
}
.AnyTagClassName
{
color: #9DD67F;
}
</style>
background-color css
<style>
a { background-color: #9DD67F; }
a { background-color: rgb(157,214,127); }
div.DivClassName
{
background-color: #9DD67F;
}
.BgClassName
{
background-color: #9DD67F;
}
</style>
border-color css
<style>
span { border-color: #9DD67F; }
span { border-color: rgb(157,214,127); }
td.TdClassName
{
border-color: #9DD67F;
}
.TagClassName
{
border-color: #9DD67F;
}
</style>