Shades of Conifer #C3E664
Tints of Conifer #C3E664
RGB
CMYK
RGB Variations
Color information
#C3E664 (or 0xC3E664) is known color: Conifer. HEX triplet: C3, E6 and 64. RGB value is (195,230,100). Sum of RGB (Red+Green+Blue) = 195+230+100=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #C3E664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3E664 is #3C199B. Grayscale: #CDCDCD. Windows color (decimal): -3938716 or 6612675. OLE color: 6612675.
HSL color Cylindrical-coordinate representation of color #C3E664: hue angle of 76.15º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3E664 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 230 | 100 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.10 |
| HSL | 76.15º | 0.72% | 0.65% | - |
| HSV(B) | 76.15º | 0.57% | 0.9% | - |
| XYZ | 53.1 | 69.12 | 22.6 | - |
| YUV | 204.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 230 | 100 | 0.15 | 0 | 0.57 | 0.10 | 76.15 | 0.72 | 0.65 |
| Hex | C3 | E6 | 64 | F | 0 | 39 | A | 4C | 48 | 41 |
| Octal | 303 | 346 | 144 | 17 | 0 | 71 | 12 | 114 | 110 | 101 |
| Binary | 11000011 | 11100110 | 1100100 | 1111 | 0 | 111001 | 1010 | 1001100 | 1001000 | 1000001 |
Color Harmonies of #C3E664
Complementary color
Monochromatic Colors of #C3E664
Black with #C3E664
Text Example
Text Example
White with #C3E664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E664; }
p { color: rgb(195,230,100); }
H1.HeaderClassName
{
color: #C3E664;
}
.AnyTagClassName
{
color: #C3E664;
}
</style>
background-color css
<style>
a { background-color: #C3E664; }
a { background-color: rgb(195,230,100); }
div.DivClassName
{
background-color: #C3E664;
}
.BgClassName
{
background-color: #C3E664;
}
</style>
border-color css
<style>
span { border-color: #C3E664; }
span { border-color: rgb(195,230,100); }
td.TdClassName
{
border-color: #C3E664;
}
.TagClassName
{
border-color: #C3E664;
}
</style>