Shades of Conifer #C3E964
Tints of Conifer #C3E964
RGB
CMYK
RGB Variations
Color information
#C3E964 (or 0xC3E964) is known color: Conifer. HEX triplet: C3, E9 and 64. RGB value is (195,233,100). Sum of RGB (Red+Green+Blue) = 195+233+100=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3E964 is #3C169B. Grayscale: #CECECE. Windows color (decimal): -3937948 or 6613443. OLE color: 6613443.
HSL color Cylindrical-coordinate representation of color #C3E964: hue angle of 77.14º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3E964 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 233 | 100 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.09 |
| HSL | 77.14º | 0.75% | 0.65% | - |
| HSV(B) | 77.14º | 0.57% | 0.91% | - |
| XYZ | 53.94 | 70.8 | 22.88 | - |
| YUV | 206.48 | 67.91 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 100 | 0.16 | 0 | 0.57 | 0.09 | 77.14 | 0.75 | 0.65 |
| Hex | C3 | E9 | 64 | 10 | 0 | 39 | 9 | 4D | 4B | 41 |
| Octal | 303 | 351 | 144 | 20 | 0 | 71 | 11 | 115 | 113 | 101 |
| Binary | 11000011 | 11101001 | 1100100 | 10000 | 0 | 111001 | 1001 | 1001101 | 1001011 | 1000001 |
Color Harmonies of #C3E964
Complementary color
Monochromatic Colors of #C3E964
Black with #C3E964
Text Example
Text Example
White with #C3E964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E964; }
p { color: rgb(195,233,100); }
H1.HeaderClassName
{
color: #C3E964;
}
.AnyTagClassName
{
color: #C3E964;
}
</style>
background-color css
<style>
a { background-color: #C3E964; }
a { background-color: rgb(195,233,100); }
div.DivClassName
{
background-color: #C3E964;
}
.BgClassName
{
background-color: #C3E964;
}
</style>
border-color css
<style>
span { border-color: #C3E964; }
span { border-color: rgb(195,233,100); }
td.TdClassName
{
border-color: #C3E964;
}
.TagClassName
{
border-color: #C3E964;
}
</style>