Shades of Gossip #95DD83
Tints of Gossip #95DD83
RGB
CMYK
RGB Variations
Color information
#95DD83 (or 0x95DD83) is known color: Gossip. HEX triplet: 95, DD and 83. RGB value is (149,221,131). Sum of RGB (Red+Green+Blue) = 149+221+131=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DD83 is #6A227C. Grayscale: #BDBDBD. Windows color (decimal): -6955645 or 8641941. OLE color: 8641941.
HSL color Cylindrical-coordinate representation of color #95DD83: hue angle of 108º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95DD83 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 221 | 131 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.13 |
| HSL | 108º | 0.57% | 0.69% | - |
| HSV(B) | 108º | 0.41% | 0.87% | - |
| XYZ | 42.35 | 59.74 | 30.77 | - |
| YUV | 189.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 131 | 0.33 | 0 | 0.41 | 0.13 | 108 | 0.57 | 0.69 |
| Hex | 95 | DD | 83 | 21 | 0 | 29 | D | 6C | 39 | 45 |
| Octal | 225 | 335 | 203 | 41 | 0 | 51 | 15 | 154 | 71 | 105 |
| Binary | 10010101 | 11011101 | 10000011 | 100001 | 0 | 101001 | 1101 | 1101100 | 111001 | 1000101 |
Color Harmonies of #95DD83
Complementary color
Monochromatic Colors of #95DD83
Black with #95DD83
Text Example
Text Example
White with #95DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DD83; }
p { color: rgb(149,221,131); }
H1.HeaderClassName
{
color: #95DD83;
}
.AnyTagClassName
{
color: #95DD83;
}
</style>
background-color css
<style>
a { background-color: #95DD83; }
a { background-color: rgb(149,221,131); }
div.DivClassName
{
background-color: #95DD83;
}
.BgClassName
{
background-color: #95DD83;
}
</style>
border-color css
<style>
span { border-color: #95DD83; }
span { border-color: rgb(149,221,131); }
td.TdClassName
{
border-color: #95DD83;
}
.TagClassName
{
border-color: #95DD83;
}
</style>