Shades of Gossip #9BDF74
Tints of Gossip #9BDF74
RGB
CMYK
RGB Variations
Color information
#9BDF74 (or 0x9BDF74) is known color: Gossip. HEX triplet: 9B, DF and 74. RGB value is (155,223,116). Sum of RGB (Red+Green+Blue) = 155+223+116=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF74 is #64208B. Grayscale: #BEBEBE. Windows color (decimal): -6561932 or 7659419. OLE color: 7659419.
HSL color Cylindrical-coordinate representation of color #9BDF74: hue angle of 98.13º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BDF74 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 116 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.13 |
| HSL | 98.13º | 0.63% | 0.66% | - |
| HSV(B) | 98.13º | 0.48% | 0.87% | - |
| XYZ | 43.06 | 61 | 26.03 | - |
| YUV | 190.47 | 85.97 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 116 | 0.30 | 0 | 0.48 | 0.13 | 98.13 | 0.63 | 0.66 |
| Hex | 9B | DF | 74 | 1E | 0 | 30 | D | 62 | 3F | 42 |
| Octal | 233 | 337 | 164 | 36 | 0 | 60 | 15 | 142 | 77 | 102 |
| Binary | 10011011 | 11011111 | 1110100 | 11110 | 0 | 110000 | 1101 | 1100010 | 111111 | 1000010 |
Color Harmonies of #9BDF74
Complementary color
Monochromatic Colors of #9BDF74
Black with #9BDF74
Text Example
Text Example
White with #9BDF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDF74; }
p { color: rgb(155,223,116); }
H1.HeaderClassName
{
color: #9BDF74;
}
.AnyTagClassName
{
color: #9BDF74;
}
</style>
background-color css
<style>
a { background-color: #9BDF74; }
a { background-color: rgb(155,223,116); }
div.DivClassName
{
background-color: #9BDF74;
}
.BgClassName
{
background-color: #9BDF74;
}
</style>
border-color css
<style>
span { border-color: #9BDF74; }
span { border-color: rgb(155,223,116); }
td.TdClassName
{
border-color: #9BDF74;
}
.TagClassName
{
border-color: #9BDF74;
}
</style>