Shades of Conifer #C2EA53
Tints of Conifer #C2EA53
RGB
CMYK
RGB Variations
Color information
#C2EA53 (or 0xC2EA53) is known color: Conifer. HEX triplet: C2, EA and 53. RGB value is (194,234,83). Sum of RGB (Red+Green+Blue) = 194+234+83=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA53 is #3D15AC. Grayscale: #CDCDCD. Windows color (decimal): -4003245 or 5499586. OLE color: 5499586.
HSL color Cylindrical-coordinate representation of color #C2EA53: hue angle of 75.89º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2EA53 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 83 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.08 |
| HSL | 75.89º | 0.78% | 0.62% | - |
| HSV(B) | 75.89º | 0.65% | 0.92% | - |
| XYZ | 53.23 | 70.94 | 19.07 | - |
| YUV | 204.83 | 59.25 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 83 | 0.17 | 0 | 0.65 | 0.08 | 75.89 | 0.78 | 0.62 |
| Hex | C2 | EA | 53 | 11 | 0 | 41 | 8 | 4C | 4E | 3E |
| Octal | 302 | 352 | 123 | 21 | 0 | 101 | 10 | 114 | 116 | 76 |
| Binary | 11000010 | 11101010 | 1010011 | 10001 | 0 | 1000001 | 1000 | 1001100 | 1001110 | 111110 |
Color Harmonies of #C2EA53
Complementary color
Monochromatic Colors of #C2EA53
Black with #C2EA53
Text Example
Text Example
White with #C2EA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA53; }
p { color: rgb(194,234,83); }
H1.HeaderClassName
{
color: #C2EA53;
}
.AnyTagClassName
{
color: #C2EA53;
}
</style>
background-color css
<style>
a { background-color: #C2EA53; }
a { background-color: rgb(194,234,83); }
div.DivClassName
{
background-color: #C2EA53;
}
.BgClassName
{
background-color: #C2EA53;
}
</style>
border-color css
<style>
span { border-color: #C2EA53; }
span { border-color: rgb(194,234,83); }
td.TdClassName
{
border-color: #C2EA53;
}
.TagClassName
{
border-color: #C2EA53;
}
</style>