Shades of Conifer #C2EB64
Tints of Conifer #C2EB64
RGB
CMYK
RGB Variations
Color information
#C2EB64 (or 0xC2EB64) is known color: Conifer. HEX triplet: C2, EB and 64. RGB value is (194,235,100). Sum of RGB (Red+Green+Blue) = 194+235+100=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB64 is #3D149B. Grayscale: #CFCFCF. Windows color (decimal): -4002972 or 6613954. OLE color: 6613954.
HSL color Cylindrical-coordinate representation of color #C2EB64: hue angle of 78.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2EB64 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 100 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.08 |
| HSL | 78.22º | 0.77% | 0.66% | - |
| HSV(B) | 78.22º | 0.57% | 0.92% | - |
| XYZ | 54.26 | 71.81 | 23.06 | - |
| YUV | 207.35 | 67.42 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 100 | 0.17 | 0 | 0.57 | 0.08 | 78.22 | 0.77 | 0.66 |
| Hex | C2 | EB | 64 | 11 | 0 | 39 | 8 | 4E | 4D | 42 |
| Octal | 302 | 353 | 144 | 21 | 0 | 71 | 10 | 116 | 115 | 102 |
| Binary | 11000010 | 11101011 | 1100100 | 10001 | 0 | 111001 | 1000 | 1001110 | 1001101 | 1000010 |
Color Harmonies of #C2EB64
Complementary color
Monochromatic Colors of #C2EB64
Black with #C2EB64
Text Example
Text Example
White with #C2EB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB64; }
p { color: rgb(194,235,100); }
H1.HeaderClassName
{
color: #C2EB64;
}
.AnyTagClassName
{
color: #C2EB64;
}
</style>
background-color css
<style>
a { background-color: #C2EB64; }
a { background-color: rgb(194,235,100); }
div.DivClassName
{
background-color: #C2EB64;
}
.BgClassName
{
background-color: #C2EB64;
}
</style>
border-color css
<style>
span { border-color: #C2EB64; }
span { border-color: rgb(194,235,100); }
td.TdClassName
{
border-color: #C2EB64;
}
.TagClassName
{
border-color: #C2EB64;
}
</style>