Shades of Conifer #C2EA57
Tints of Conifer #C2EA57
RGB
CMYK
RGB Variations
Color information
#C2EA57 (or 0xC2EA57) is known color: Conifer. HEX triplet: C2, EA and 57. RGB value is (194,234,87). Sum of RGB (Red+Green+Blue) = 194+234+87=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA57 is #3D15A8. Grayscale: #CDCDCD. Windows color (decimal): -4003241 or 5761730. OLE color: 5761730.
HSL color Cylindrical-coordinate representation of color #C2EA57: hue angle of 76.33º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2EA57 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 87 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.08 |
| HSL | 76.33º | 0.78% | 0.63% | - |
| HSV(B) | 76.33º | 0.63% | 0.92% | - |
| XYZ | 53.39 | 71 | 19.91 | - |
| YUV | 205.28 | 61.25 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 87 | 0.17 | 0 | 0.63 | 0.08 | 76.33 | 0.78 | 0.63 |
| Hex | C2 | EA | 57 | 11 | 0 | 3F | 8 | 4C | 4E | 3F |
| Octal | 302 | 352 | 127 | 21 | 0 | 77 | 10 | 114 | 116 | 77 |
| Binary | 11000010 | 11101010 | 1010111 | 10001 | 0 | 111111 | 1000 | 1001100 | 1001110 | 111111 |
Color Harmonies of #C2EA57
Complementary color
Monochromatic Colors of #C2EA57
Black with #C2EA57
Text Example
Text Example
White with #C2EA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA57; }
p { color: rgb(194,234,87); }
H1.HeaderClassName
{
color: #C2EA57;
}
.AnyTagClassName
{
color: #C2EA57;
}
</style>
background-color css
<style>
a { background-color: #C2EA57; }
a { background-color: rgb(194,234,87); }
div.DivClassName
{
background-color: #C2EA57;
}
.BgClassName
{
background-color: #C2EA57;
}
</style>
border-color css
<style>
span { border-color: #C2EA57; }
span { border-color: rgb(194,234,87); }
td.TdClassName
{
border-color: #C2EA57;
}
.TagClassName
{
border-color: #C2EA57;
}
</style>