Shades of Gossip #95D683
Tints of Gossip #95D683
RGB
CMYK
RGB Variations
Color information
#95D683 (or 0x95D683) is known color: Gossip. HEX triplet: 95, D6 and 83. RGB value is (149,214,131). Sum of RGB (Red+Green+Blue) = 149+214+131=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #95D683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D683 is #6A297C. Grayscale: #B9B9B9. Windows color (decimal): -6957437 or 8640149. OLE color: 8640149.
HSL color Cylindrical-coordinate representation of color #95D683: hue angle of 106.99º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95D683 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 214 | 131 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.16 |
| HSL | 106.99º | 0.5% | 0.68% | - |
| HSV(B) | 106.99º | 0.39% | 0.84% | - |
| XYZ | 40.54 | 56.12 | 30.17 | - |
| YUV | 185.1 | 97.47 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 214 | 131 | 0.30 | 0 | 0.39 | 0.16 | 106.99 | 0.5 | 0.68 |
| Hex | 95 | D6 | 83 | 1E | 0 | 27 | 10 | 6B | 32 | 44 |
| Octal | 225 | 326 | 203 | 36 | 0 | 47 | 20 | 153 | 62 | 104 |
| Binary | 10010101 | 11010110 | 10000011 | 11110 | 0 | 100111 | 10000 | 1101011 | 110010 | 1000100 |
Color Harmonies of #95D683
Complementary color
Monochromatic Colors of #95D683
Black with #95D683
Text Example
Text Example
White with #95D683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D683; }
p { color: rgb(149,214,131); }
H1.HeaderClassName
{
color: #95D683;
}
.AnyTagClassName
{
color: #95D683;
}
</style>
background-color css
<style>
a { background-color: #95D683; }
a { background-color: rgb(149,214,131); }
div.DivClassName
{
background-color: #95D683;
}
.BgClassName
{
background-color: #95D683;
}
</style>
border-color css
<style>
span { border-color: #95D683; }
span { border-color: rgb(149,214,131); }
td.TdClassName
{
border-color: #95D683;
}
.TagClassName
{
border-color: #95D683;
}
</style>