Shades of Conifer #C4E95A
Tints of Conifer #C4E95A
RGB
CMYK
RGB Variations
Color information
#C4E95A (or 0xC4E95A) is known color: Conifer. HEX triplet: C4, E9 and 5A. RGB value is (196,233,90). Sum of RGB (Red+Green+Blue) = 196+233+90=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #C4E95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4E95A is #3B16A5. Grayscale: #CECECE. Windows color (decimal): -3872422 or 5958084. OLE color: 5958084.
HSL color Cylindrical-coordinate representation of color #C4E95A: hue angle of 75.52º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4E95A is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 233 | 90 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.09 |
| HSL | 75.52º | 0.76% | 0.63% | - |
| HSV(B) | 75.52º | 0.61% | 0.91% | - |
| XYZ | 53.75 | 70.75 | 20.5 | - |
| YUV | 205.64 | 62.74 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 233 | 90 | 0.16 | 0 | 0.61 | 0.09 | 75.52 | 0.76 | 0.63 |
| Hex | C4 | E9 | 5A | 10 | 0 | 3D | 9 | 4C | 4C | 3F |
| Octal | 304 | 351 | 132 | 20 | 0 | 75 | 11 | 114 | 114 | 77 |
| Binary | 11000100 | 11101001 | 1011010 | 10000 | 0 | 111101 | 1001 | 1001100 | 1001100 | 111111 |
Color Harmonies of #C4E95A
Complementary color
Monochromatic Colors of #C4E95A
Black with #C4E95A
Text Example
Text Example
White with #C4E95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E95A; }
p { color: rgb(196,233,90); }
H1.HeaderClassName
{
color: #C4E95A;
}
.AnyTagClassName
{
color: #C4E95A;
}
</style>
background-color css
<style>
a { background-color: #C4E95A; }
a { background-color: rgb(196,233,90); }
div.DivClassName
{
background-color: #C4E95A;
}
.BgClassName
{
background-color: #C4E95A;
}
</style>
border-color css
<style>
span { border-color: #C4E95A; }
span { border-color: rgb(196,233,90); }
td.TdClassName
{
border-color: #C4E95A;
}
.TagClassName
{
border-color: #C4E95A;
}
</style>