Shades of Conifer #C3E95A
Tints of Conifer #C3E95A
RGB
CMYK
RGB Variations
Color information
#C3E95A (or 0xC3E95A) is known color: Conifer. HEX triplet: C3, E9 and 5A. RGB value is (195,233,90). Sum of RGB (Red+Green+Blue) = 195+233+90=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3E95A is #3C16A5. Grayscale: #CDCDCD. Windows color (decimal): -3937958 or 5958083. OLE color: 5958083.
HSL color Cylindrical-coordinate representation of color #C3E95A: hue angle of 75.94º 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 #C3E95A is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 233 | 90 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.09 |
| HSL | 75.94º | 0.76% | 0.63% | - |
| HSV(B) | 75.94º | 0.61% | 0.91% | - |
| XYZ | 53.49 | 70.62 | 20.48 | - |
| YUV | 205.34 | 62.91 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 90 | 0.16 | 0 | 0.61 | 0.09 | 75.94 | 0.76 | 0.63 |
| Hex | C3 | E9 | 5A | 10 | 0 | 3D | 9 | 4C | 4C | 3F |
| Octal | 303 | 351 | 132 | 20 | 0 | 75 | 11 | 114 | 114 | 77 |
| Binary | 11000011 | 11101001 | 1011010 | 10000 | 0 | 111101 | 1001 | 1001100 | 1001100 | 111111 |
Color Harmonies of #C3E95A
Complementary color
Monochromatic Colors of #C3E95A
Black with #C3E95A
Text Example
Text Example
White with #C3E95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E95A; }
p { color: rgb(195,233,90); }
H1.HeaderClassName
{
color: #C3E95A;
}
.AnyTagClassName
{
color: #C3E95A;
}
</style>
background-color css
<style>
a { background-color: #C3E95A; }
a { background-color: rgb(195,233,90); }
div.DivClassName
{
background-color: #C3E95A;
}
.BgClassName
{
background-color: #C3E95A;
}
</style>
border-color css
<style>
span { border-color: #C3E95A; }
span { border-color: rgb(195,233,90); }
td.TdClassName
{
border-color: #C3E95A;
}
.TagClassName
{
border-color: #C3E95A;
}
</style>