Shades of Conifer #C2EA63
Tints of Conifer #C2EA63
RGB
CMYK
RGB Variations
Color information
#C2EA63 (or 0xC2EA63) is known color: Conifer. HEX triplet: C2, EA and 63. RGB value is (194,234,99). Sum of RGB (Red+Green+Blue) = 194+234+99=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA63 is #3D159C. Grayscale: #CFCFCF. Windows color (decimal): -4003229 or 6548162. OLE color: 6548162.
HSL color Cylindrical-coordinate representation of color #C2EA63: hue angle of 77.78º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2EA63 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 99 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.08 |
| HSL | 77.78º | 0.76% | 0.65% | - |
| HSV(B) | 77.78º | 0.58% | 0.92% | - |
| XYZ | 53.92 | 71.22 | 22.71 | - |
| YUV | 206.65 | 67.25 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 99 | 0.17 | 0 | 0.58 | 0.08 | 77.78 | 0.76 | 0.65 |
| Hex | C2 | EA | 63 | 11 | 0 | 3A | 8 | 4E | 4C | 41 |
| Octal | 302 | 352 | 143 | 21 | 0 | 72 | 10 | 116 | 114 | 101 |
| Binary | 11000010 | 11101010 | 1100011 | 10001 | 0 | 111010 | 1000 | 1001110 | 1001100 | 1000001 |
Color Harmonies of #C2EA63
Complementary color
Monochromatic Colors of #C2EA63
Black with #C2EA63
Text Example
Text Example
White with #C2EA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA63; }
p { color: rgb(194,234,99); }
H1.HeaderClassName
{
color: #C2EA63;
}
.AnyTagClassName
{
color: #C2EA63;
}
</style>
background-color css
<style>
a { background-color: #C2EA63; }
a { background-color: rgb(194,234,99); }
div.DivClassName
{
background-color: #C2EA63;
}
.BgClassName
{
background-color: #C2EA63;
}
</style>
border-color css
<style>
span { border-color: #C2EA63; }
span { border-color: rgb(194,234,99); }
td.TdClassName
{
border-color: #C2EA63;
}
.TagClassName
{
border-color: #C2EA63;
}
</style>