Shades of Conifer #C2EA62
Tints of Conifer #C2EA62
RGB
CMYK
RGB Variations
Color information
#C2EA62 (or 0xC2EA62) is known color: Conifer. HEX triplet: C2, EA and 62. RGB value is (194,234,98). Sum of RGB (Red+Green+Blue) = 194+234+98=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA62 is #3D159D. Grayscale: #CFCFCF. Windows color (decimal): -4003230 or 6482626. OLE color: 6482626.
HSL color Cylindrical-coordinate representation of color #C2EA62: hue angle of 77.65º 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 #C2EA62 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 98 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.08 |
| HSL | 77.65º | 0.76% | 0.65% | - |
| HSV(B) | 77.65º | 0.58% | 0.92% | - |
| XYZ | 53.88 | 71.2 | 22.46 | - |
| YUV | 206.54 | 66.75 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 98 | 0.17 | 0 | 0.58 | 0.08 | 77.65 | 0.76 | 0.65 |
| Hex | C2 | EA | 62 | 11 | 0 | 3A | 8 | 4E | 4C | 41 |
| Octal | 302 | 352 | 142 | 21 | 0 | 72 | 10 | 116 | 114 | 101 |
| Binary | 11000010 | 11101010 | 1100010 | 10001 | 0 | 111010 | 1000 | 1001110 | 1001100 | 1000001 |
Color Harmonies of #C2EA62
Complementary color
Monochromatic Colors of #C2EA62
Black with #C2EA62
Text Example
Text Example
White with #C2EA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA62; }
p { color: rgb(194,234,98); }
H1.HeaderClassName
{
color: #C2EA62;
}
.AnyTagClassName
{
color: #C2EA62;
}
</style>
background-color css
<style>
a { background-color: #C2EA62; }
a { background-color: rgb(194,234,98); }
div.DivClassName
{
background-color: #C2EA62;
}
.BgClassName
{
background-color: #C2EA62;
}
</style>
border-color css
<style>
span { border-color: #C2EA62; }
span { border-color: rgb(194,234,98); }
td.TdClassName
{
border-color: #C2EA62;
}
.TagClassName
{
border-color: #C2EA62;
}
</style>