Shades of Conifer #C1EC45
Tints of Conifer #C1EC45
RGB
CMYK
RGB Variations
Color information
#C1EC45 (or 0xC1EC45) is known color: Conifer. HEX triplet: C1, EC and 45. RGB value is (193,236,69). Sum of RGB (Red+Green+Blue) = 193+236+69=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EC45 is #3E13BA. Grayscale: #CCCCCC. Windows color (decimal): -4068283 or 4582593. OLE color: 4582593.
HSL color Cylindrical-coordinate representation of color #C1EC45: hue angle of 75.45º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1EC45 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 69 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.07 |
| HSL | 75.45º | 0.81% | 0.6% | - |
| HSV(B) | 75.45º | 0.71% | 0.93% | - |
| XYZ | 53.06 | 71.76 | 16.68 | - |
| YUV | 204.11 | 51.75 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 69 | 0.18 | 0 | 0.71 | 0.07 | 75.45 | 0.81 | 0.6 |
| Hex | C1 | EC | 45 | 12 | 0 | 47 | 7 | 4B | 51 | 3C |
| Octal | 301 | 354 | 105 | 22 | 0 | 107 | 7 | 113 | 121 | 74 |
| Binary | 11000001 | 11101100 | 1000101 | 10010 | 0 | 1000111 | 111 | 1001011 | 1010001 | 111100 |
Color Harmonies of #C1EC45
Complementary color
Monochromatic Colors of #C1EC45
Black with #C1EC45
Text Example
Text Example
White with #C1EC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC45; }
p { color: rgb(193,236,69); }
H1.HeaderClassName
{
color: #C1EC45;
}
.AnyTagClassName
{
color: #C1EC45;
}
</style>
background-color css
<style>
a { background-color: #C1EC45; }
a { background-color: rgb(193,236,69); }
div.DivClassName
{
background-color: #C1EC45;
}
.BgClassName
{
background-color: #C1EC45;
}
</style>
border-color css
<style>
span { border-color: #C1EC45; }
span { border-color: rgb(193,236,69); }
td.TdClassName
{
border-color: #C1EC45;
}
.TagClassName
{
border-color: #C1EC45;
}
</style>