Shades of Gossip #95CE7B
Tints of Gossip #95CE7B
RGB
CMYK
RGB Variations
Color information
#95CE7B (or 0x95CE7B) is known color: Gossip. HEX triplet: 95, CE and 7B. RGB value is (149,206,123). Sum of RGB (Red+Green+Blue) = 149+206+123=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE7B is #6A3184. Grayscale: #B3B3B3. Windows color (decimal): -6959493 or 8113813. OLE color: 8113813.
HSL color Cylindrical-coordinate representation of color #95CE7B: hue angle of 101.2º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95CE7B is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 123 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.19 |
| HSL | 101.2º | 0.46% | 0.65% | - |
| HSV(B) | 101.2º | 0.4% | 0.81% | - |
| XYZ | 38.04 | 51.96 | 26.76 | - |
| YUV | 179.5 | 96.12 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 123 | 0.28 | 0 | 0.40 | 0.19 | 101.2 | 0.46 | 0.65 |
| Hex | 95 | CE | 7B | 1C | 0 | 28 | 13 | 65 | 2E | 41 |
| Octal | 225 | 316 | 173 | 34 | 0 | 50 | 23 | 145 | 56 | 101 |
| Binary | 10010101 | 11001110 | 1111011 | 11100 | 0 | 101000 | 10011 | 1100101 | 101110 | 1000001 |
Color Harmonies of #95CE7B
Complementary color
Monochromatic Colors of #95CE7B
Black with #95CE7B
Text Example
Text Example
White with #95CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CE7B; }
p { color: rgb(149,206,123); }
H1.HeaderClassName
{
color: #95CE7B;
}
.AnyTagClassName
{
color: #95CE7B;
}
</style>
background-color css
<style>
a { background-color: #95CE7B; }
a { background-color: rgb(149,206,123); }
div.DivClassName
{
background-color: #95CE7B;
}
.BgClassName
{
background-color: #95CE7B;
}
</style>
border-color css
<style>
span { border-color: #95CE7B; }
span { border-color: rgb(149,206,123); }
td.TdClassName
{
border-color: #95CE7B;
}
.TagClassName
{
border-color: #95CE7B;
}
</style>