Shades of Gossip #9DDF7F
Tints of Gossip #9DDF7F
RGB
CMYK
RGB Variations
Color information
#9DDF7F (or 0x9DDF7F) is known color: Gossip. HEX triplet: 9D, DF and 7F. RGB value is (157,223,127). Sum of RGB (Red+Green+Blue) = 157+223+127=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF7F is #622080. Grayscale: #C0C0C0. Windows color (decimal): -6430849 or 8380317. OLE color: 8380317.
HSL color Cylindrical-coordinate representation of color #9DDF7F: hue angle of 101.25º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DDF7F is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 127 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.13 |
| HSL | 101.25º | 0.6% | 0.69% | - |
| HSV(B) | 101.25º | 0.43% | 0.87% | - |
| XYZ | 44.12 | 61.48 | 29.62 | - |
| YUV | 192.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 127 | 0.30 | 0 | 0.43 | 0.13 | 101.25 | 0.6 | 0.69 |
| Hex | 9D | DF | 7F | 1E | 0 | 2B | D | 65 | 3C | 45 |
| Octal | 235 | 337 | 177 | 36 | 0 | 53 | 15 | 145 | 74 | 105 |
| Binary | 10011101 | 11011111 | 1111111 | 11110 | 0 | 101011 | 1101 | 1100101 | 111100 | 1000101 |
Color Harmonies of #9DDF7F
Complementary color
Monochromatic Colors of #9DDF7F
Black with #9DDF7F
Text Example
Text Example
White with #9DDF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF7F; }
p { color: rgb(157,223,127); }
H1.HeaderClassName
{
color: #9DDF7F;
}
.AnyTagClassName
{
color: #9DDF7F;
}
</style>
background-color css
<style>
a { background-color: #9DDF7F; }
a { background-color: rgb(157,223,127); }
div.DivClassName
{
background-color: #9DDF7F;
}
.BgClassName
{
background-color: #9DDF7F;
}
</style>
border-color css
<style>
span { border-color: #9DDF7F; }
span { border-color: rgb(157,223,127); }
td.TdClassName
{
border-color: #9DDF7F;
}
.TagClassName
{
border-color: #9DDF7F;
}
</style>