Shades of Gossip #9BDF81
Tints of Gossip #9BDF81
RGB
CMYK
RGB Variations
Color information
#9BDF81 (or 0x9BDF81) is known color: Gossip. HEX triplet: 9B, DF and 81. RGB value is (155,223,129). Sum of RGB (Red+Green+Blue) = 155+223+129=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDF81 is #64207E. Grayscale: #C0C0C0. Windows color (decimal): -6561919 or 8511387. OLE color: 8511387.
HSL color Cylindrical-coordinate representation of color #9BDF81: hue angle of 103.4º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BDF81 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 129 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.13 |
| HSL | 103.4º | 0.59% | 0.69% | - |
| HSV(B) | 103.4º | 0.42% | 0.87% | - |
| XYZ | 43.87 | 61.33 | 30.29 | - |
| YUV | 191.95 | 92.47 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 129 | 0.30 | 0 | 0.42 | 0.13 | 103.4 | 0.59 | 0.69 |
| Hex | 9B | DF | 81 | 1E | 0 | 2A | D | 67 | 3B | 45 |
| Octal | 233 | 337 | 201 | 36 | 0 | 52 | 15 | 147 | 73 | 105 |
| Binary | 10011011 | 11011111 | 10000001 | 11110 | 0 | 101010 | 1101 | 1100111 | 111011 | 1000101 |
Color Harmonies of #9BDF81
Complementary color
Monochromatic Colors of #9BDF81
Black with #9BDF81
Text Example
Text Example
White with #9BDF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDF81; }
p { color: rgb(155,223,129); }
H1.HeaderClassName
{
color: #9BDF81;
}
.AnyTagClassName
{
color: #9BDF81;
}
</style>
background-color css
<style>
a { background-color: #9BDF81; }
a { background-color: rgb(155,223,129); }
div.DivClassName
{
background-color: #9BDF81;
}
.BgClassName
{
background-color: #9BDF81;
}
</style>
border-color css
<style>
span { border-color: #9BDF81; }
span { border-color: rgb(155,223,129); }
td.TdClassName
{
border-color: #9BDF81;
}
.TagClassName
{
border-color: #9BDF81;
}
</style>