Shades of Olivine #95CE63
Tints of Olivine #95CE63
RGB
CMYK
RGB Variations
Color information
#95CE63 (or 0x95CE63) is known color: Olivine. HEX triplet: 95, CE and 63. RGB value is (149,206,99). Sum of RGB (Red+Green+Blue) = 149+206+99=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE63 is #6A319C. Grayscale: #B1B1B1. Windows color (decimal): -6959517 or 6540949. OLE color: 6540949.
HSL color Cylindrical-coordinate representation of color #95CE63: hue angle of 91.96º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95CE63 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 99 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.19 |
| HSL | 91.96º | 0.52% | 0.6% | - |
| HSV(B) | 91.96º | 0.52% | 0.81% | - |
| XYZ | 36.72 | 51.43 | 19.8 | - |
| YUV | 176.76 | 84.12 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 99 | 0.28 | 0 | 0.52 | 0.19 | 91.96 | 0.52 | 0.6 |
| Hex | 95 | CE | 63 | 1C | 0 | 34 | 13 | 5C | 34 | 3C |
| Octal | 225 | 316 | 143 | 34 | 0 | 64 | 23 | 134 | 64 | 74 |
| Binary | 10010101 | 11001110 | 1100011 | 11100 | 0 | 110100 | 10011 | 1011100 | 110100 | 111100 |
Color Harmonies of #95CE63
Complementary color
Monochromatic Colors of #95CE63
Black with #95CE63
Text Example
Text Example
White with #95CE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CE63; }
p { color: rgb(149,206,99); }
H1.HeaderClassName
{
color: #95CE63;
}
.AnyTagClassName
{
color: #95CE63;
}
</style>
background-color css
<style>
a { background-color: #95CE63; }
a { background-color: rgb(149,206,99); }
div.DivClassName
{
background-color: #95CE63;
}
.BgClassName
{
background-color: #95CE63;
}
</style>
border-color css
<style>
span { border-color: #95CE63; }
span { border-color: rgb(149,206,99); }
td.TdClassName
{
border-color: #95CE63;
}
.TagClassName
{
border-color: #95CE63;
}
</style>