Shades of Conifer #C2E264
Tints of Conifer #C2E264
RGB
CMYK
RGB Variations
Color information
#C2E264 (or 0xC2E264) is known color: Conifer. HEX triplet: C2, E2 and 64. RGB value is (194,226,100). Sum of RGB (Red+Green+Blue) = 194+226+100=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E264 is #3D1D9B. Grayscale: #CACACA. Windows color (decimal): -4005276 or 6611650. OLE color: 6611650.
HSL color Cylindrical-coordinate representation of color #C2E264: hue angle of 75.24º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2E264 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 100 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.11 |
| HSL | 75.24º | 0.68% | 0.64% | - |
| HSV(B) | 75.24º | 0.56% | 0.89% | - |
| XYZ | 51.74 | 66.78 | 22.22 | - |
| YUV | 202.07 | 70.4 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 100 | 0.14 | 0 | 0.56 | 0.11 | 75.24 | 0.68 | 0.64 |
| Hex | C2 | E2 | 64 | E | 0 | 38 | B | 4B | 44 | 40 |
| Octal | 302 | 342 | 144 | 16 | 0 | 70 | 13 | 113 | 104 | 100 |
| Binary | 11000010 | 11100010 | 1100100 | 1110 | 0 | 111000 | 1011 | 1001011 | 1000100 | 1000000 |
Color Harmonies of #C2E264
Complementary color
Monochromatic Colors of #C2E264
Black with #C2E264
Text Example
Text Example
White with #C2E264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E264; }
p { color: rgb(194,226,100); }
H1.HeaderClassName
{
color: #C2E264;
}
.AnyTagClassName
{
color: #C2E264;
}
</style>
background-color css
<style>
a { background-color: #C2E264; }
a { background-color: rgb(194,226,100); }
div.DivClassName
{
background-color: #C2E264;
}
.BgClassName
{
background-color: #C2E264;
}
</style>
border-color css
<style>
span { border-color: #C2E264; }
span { border-color: rgb(194,226,100); }
td.TdClassName
{
border-color: #C2E264;
}
.TagClassName
{
border-color: #C2E264;
}
</style>