Shades of Conifer #95EC4D
Tints of Conifer #95EC4D
RGB
CMYK
RGB Variations
Color information
#95EC4D (or 0x95EC4D) is known color: Conifer. HEX triplet: 95, EC and 4D. RGB value is (149,236,77). Sum of RGB (Red+Green+Blue) = 149+236+77=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EC4D is #6A13B2. Grayscale: #C0C0C0. Windows color (decimal): -6951859 or 5106837. OLE color: 5106837.
HSL color Cylindrical-coordinate representation of color #95EC4D: hue angle of 92.83º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95EC4D is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 77 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.07 |
| HSL | 92.83º | 0.81% | 0.61% | - |
| HSV(B) | 92.83º | 0.67% | 0.93% | - |
| XYZ | 43.73 | 66.92 | 17.63 | - |
| YUV | 191.86 | 63.18 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 77 | 0.37 | 0 | 0.67 | 0.07 | 92.83 | 0.81 | 0.61 |
| Hex | 95 | EC | 4D | 25 | 0 | 43 | 7 | 5D | 51 | 3D |
| Octal | 225 | 354 | 115 | 45 | 0 | 103 | 7 | 135 | 121 | 75 |
| Binary | 10010101 | 11101100 | 1001101 | 100101 | 0 | 1000011 | 111 | 1011101 | 1010001 | 111101 |
Color Harmonies of #95EC4D
Complementary color
Monochromatic Colors of #95EC4D
Black with #95EC4D
Text Example
Text Example
White with #95EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EC4D; }
p { color: rgb(149,236,77); }
H1.HeaderClassName
{
color: #95EC4D;
}
.AnyTagClassName
{
color: #95EC4D;
}
</style>
background-color css
<style>
a { background-color: #95EC4D; }
a { background-color: rgb(149,236,77); }
div.DivClassName
{
background-color: #95EC4D;
}
.BgClassName
{
background-color: #95EC4D;
}
</style>
border-color css
<style>
span { border-color: #95EC4D; }
span { border-color: rgb(149,236,77); }
td.TdClassName
{
border-color: #95EC4D;
}
.TagClassName
{
border-color: #95EC4D;
}
</style>