Shades of Conifer #C2EA5F
Tints of Conifer #C2EA5F
RGB
CMYK
RGB Variations
Color information
#C2EA5F (or 0xC2EA5F) is known color: Conifer. HEX triplet: C2, EA and 5F. RGB value is (194,234,95). Sum of RGB (Red+Green+Blue) = 194+234+95=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA5F is #3D15A0. Grayscale: #CECECE. Windows color (decimal): -4003233 or 6286018. OLE color: 6286018.
HSL color Cylindrical-coordinate representation of color #C2EA5F: hue angle of 77.27º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2EA5F is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 95 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.08 |
| HSL | 77.27º | 0.77% | 0.65% | - |
| HSV(B) | 77.27º | 0.59% | 0.92% | - |
| XYZ | 53.74 | 71.14 | 21.73 | - |
| YUV | 206.19 | 65.25 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 95 | 0.17 | 0 | 0.59 | 0.08 | 77.27 | 0.77 | 0.65 |
| Hex | C2 | EA | 5F | 11 | 0 | 3B | 8 | 4D | 4D | 41 |
| Octal | 302 | 352 | 137 | 21 | 0 | 73 | 10 | 115 | 115 | 101 |
| Binary | 11000010 | 11101010 | 1011111 | 10001 | 0 | 111011 | 1000 | 1001101 | 1001101 | 1000001 |
Color Harmonies of #C2EA5F
Complementary color
Monochromatic Colors of #C2EA5F
Black with #C2EA5F
Text Example
Text Example
White with #C2EA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA5F; }
p { color: rgb(194,234,95); }
H1.HeaderClassName
{
color: #C2EA5F;
}
.AnyTagClassName
{
color: #C2EA5F;
}
</style>
background-color css
<style>
a { background-color: #C2EA5F; }
a { background-color: rgb(194,234,95); }
div.DivClassName
{
background-color: #C2EA5F;
}
.BgClassName
{
background-color: #C2EA5F;
}
</style>
border-color css
<style>
span { border-color: #C2EA5F; }
span { border-color: rgb(194,234,95); }
td.TdClassName
{
border-color: #C2EA5F;
}
.TagClassName
{
border-color: #C2EA5F;
}
</style>