Shades of Gossip #9BDF7F
Tints of Gossip #9BDF7F
RGB
CMYK
RGB Variations
Color information
#9BDF7F (or 0x9BDF7F) is known color: Gossip. HEX triplet: 9B, DF and 7F. RGB value is (155,223,127). Sum of RGB (Red+Green+Blue) = 155+223+127=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF7F is #642080. Grayscale: #C0C0C0. Windows color (decimal): -6561921 or 8380315. OLE color: 8380315.
HSL color Cylindrical-coordinate representation of color #9BDF7F: hue angle of 102.5º 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 #9BDF7F is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 127 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.13 |
| HSL | 102.5º | 0.6% | 0.69% | - |
| HSV(B) | 102.5º | 0.43% | 0.87% | - |
| XYZ | 43.74 | 61.28 | 29.6 | - |
| YUV | 191.72 | 91.47 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 127 | 0.30 | 0 | 0.43 | 0.13 | 102.5 | 0.6 | 0.69 |
| Hex | 9B | DF | 7F | 1E | 0 | 2B | D | 66 | 3C | 45 |
| Octal | 233 | 337 | 177 | 36 | 0 | 53 | 15 | 146 | 74 | 105 |
| Binary | 10011011 | 11011111 | 1111111 | 11110 | 0 | 101011 | 1101 | 1100110 | 111100 | 1000101 |
Color Harmonies of #9BDF7F
Complementary color
Monochromatic Colors of #9BDF7F
Black with #9BDF7F
Text Example
Text Example
White with #9BDF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDF7F; }
p { color: rgb(155,223,127); }
H1.HeaderClassName
{
color: #9BDF7F;
}
.AnyTagClassName
{
color: #9BDF7F;
}
</style>
background-color css
<style>
a { background-color: #9BDF7F; }
a { background-color: rgb(155,223,127); }
div.DivClassName
{
background-color: #9BDF7F;
}
.BgClassName
{
background-color: #9BDF7F;
}
</style>
border-color css
<style>
span { border-color: #9BDF7F; }
span { border-color: rgb(155,223,127); }
td.TdClassName
{
border-color: #9BDF7F;
}
.TagClassName
{
border-color: #9BDF7F;
}
</style>