Shades of Conifer #C1EC4A
Tints of Conifer #C1EC4A
RGB
CMYK
RGB Variations
Color information
#C1EC4A (or 0xC1EC4A) is known color: Conifer. HEX triplet: C1, EC and 4A. RGB value is (193,236,74). Sum of RGB (Red+Green+Blue) = 193+236+74=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EC4A is #3E13B5. Grayscale: #CDCDCD. Windows color (decimal): -4068278 or 4910273. OLE color: 4910273.
HSL color Cylindrical-coordinate representation of color #C1EC4A: hue angle of 75.93º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1EC4A is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 74 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.07 |
| HSL | 75.93º | 0.81% | 0.61% | - |
| HSV(B) | 75.93º | 0.69% | 0.93% | - |
| XYZ | 53.22 | 71.82 | 17.54 | - |
| YUV | 204.68 | 54.25 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 74 | 0.18 | 0 | 0.69 | 0.07 | 75.93 | 0.81 | 0.61 |
| Hex | C1 | EC | 4A | 12 | 0 | 45 | 7 | 4C | 51 | 3D |
| Octal | 301 | 354 | 112 | 22 | 0 | 105 | 7 | 114 | 121 | 75 |
| Binary | 11000001 | 11101100 | 1001010 | 10010 | 0 | 1000101 | 111 | 1001100 | 1010001 | 111101 |
Color Harmonies of #C1EC4A
Complementary color
Monochromatic Colors of #C1EC4A
Black with #C1EC4A
Text Example
Text Example
White with #C1EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC4A; }
p { color: rgb(193,236,74); }
H1.HeaderClassName
{
color: #C1EC4A;
}
.AnyTagClassName
{
color: #C1EC4A;
}
</style>
background-color css
<style>
a { background-color: #C1EC4A; }
a { background-color: rgb(193,236,74); }
div.DivClassName
{
background-color: #C1EC4A;
}
.BgClassName
{
background-color: #C1EC4A;
}
</style>
border-color css
<style>
span { border-color: #C1EC4A; }
span { border-color: rgb(193,236,74); }
td.TdClassName
{
border-color: #C1EC4A;
}
.TagClassName
{
border-color: #C1EC4A;
}
</style>