Shades of Gossip #9BDF75
Tints of Gossip #9BDF75
RGB
CMYK
RGB Variations
Color information
#9BDF75 (or 0x9BDF75) is known color: Gossip. HEX triplet: 9B, DF and 75. RGB value is (155,223,117). Sum of RGB (Red+Green+Blue) = 155+223+117=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF75 is #64208A. Grayscale: #BEBEBE. Windows color (decimal): -6561931 or 7724955. OLE color: 7724955.
HSL color Cylindrical-coordinate representation of color #9BDF75: hue angle of 98.49º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BDF75 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 117 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.13 |
| HSL | 98.49º | 0.62% | 0.67% | - |
| HSV(B) | 98.49º | 0.48% | 0.87% | - |
| XYZ | 43.12 | 61.03 | 26.34 | - |
| YUV | 190.58 | 86.47 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 117 | 0.30 | 0 | 0.48 | 0.13 | 98.49 | 0.62 | 0.67 |
| Hex | 9B | DF | 75 | 1E | 0 | 30 | D | 62 | 3E | 43 |
| Octal | 233 | 337 | 165 | 36 | 0 | 60 | 15 | 142 | 76 | 103 |
| Binary | 10011011 | 11011111 | 1110101 | 11110 | 0 | 110000 | 1101 | 1100010 | 111110 | 1000011 |
Color Harmonies of #9BDF75
Complementary color
Monochromatic Colors of #9BDF75
Black with #9BDF75
Text Example
Text Example
White with #9BDF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDF75; }
p { color: rgb(155,223,117); }
H1.HeaderClassName
{
color: #9BDF75;
}
.AnyTagClassName
{
color: #9BDF75;
}
</style>
background-color css
<style>
a { background-color: #9BDF75; }
a { background-color: rgb(155,223,117); }
div.DivClassName
{
background-color: #9BDF75;
}
.BgClassName
{
background-color: #9BDF75;
}
</style>
border-color css
<style>
span { border-color: #9BDF75; }
span { border-color: rgb(155,223,117); }
td.TdClassName
{
border-color: #9BDF75;
}
.TagClassName
{
border-color: #9BDF75;
}
</style>