Shades of Conifer #C2E061
Tints of Conifer #C2E061
RGB
CMYK
RGB Variations
Color information
#C2E061 (or 0xC2E061) is known color: Conifer. HEX triplet: C2, E0 and 61. RGB value is (194,224,97). Sum of RGB (Red+Green+Blue) = 194+224+97=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E061 is #3D1F9E. Grayscale: #C9C9C9. Windows color (decimal): -4005791 or 6414530. OLE color: 6414530.
HSL color Cylindrical-coordinate representation of color #C2E061: hue angle of 74.17º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2E061 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 97 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.12 |
| HSL | 74.17º | 0.67% | 0.63% | - |
| HSV(B) | 74.17º | 0.57% | 0.88% | - |
| XYZ | 51.06 | 65.64 | 21.29 | - |
| YUV | 200.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 97 | 0.13 | 0 | 0.57 | 0.12 | 74.17 | 0.67 | 0.63 |
| Hex | C2 | E0 | 61 | D | 0 | 39 | C | 4A | 43 | 3F |
| Octal | 302 | 340 | 141 | 15 | 0 | 71 | 14 | 112 | 103 | 77 |
| Binary | 11000010 | 11100000 | 1100001 | 1101 | 0 | 111001 | 1100 | 1001010 | 1000011 | 111111 |
Color Harmonies of #C2E061
Complementary color
Monochromatic Colors of #C2E061
Black with #C2E061
Text Example
Text Example
White with #C2E061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E061; }
p { color: rgb(194,224,97); }
H1.HeaderClassName
{
color: #C2E061;
}
.AnyTagClassName
{
color: #C2E061;
}
</style>
background-color css
<style>
a { background-color: #C2E061; }
a { background-color: rgb(194,224,97); }
div.DivClassName
{
background-color: #C2E061;
}
.BgClassName
{
background-color: #C2E061;
}
</style>
border-color css
<style>
span { border-color: #C2E061; }
span { border-color: rgb(194,224,97); }
td.TdClassName
{
border-color: #C2E061;
}
.TagClassName
{
border-color: #C2E061;
}
</style>