Shades of Conifer #C5EC49
Tints of Conifer #C5EC49
RGB
CMYK
RGB Variations
Color information
#C5EC49 (or 0xC5EC49) is known color: Conifer. HEX triplet: C5, EC and 49. RGB value is (197,236,73). Sum of RGB (Red+Green+Blue) = 197+236+73=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #C5EC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EC49 is #3A13B6. Grayscale: #CECECE. Windows color (decimal): -3806135 or 4844741. OLE color: 4844741.
HSL color Cylindrical-coordinate representation of color #C5EC49: hue angle of 74.36º 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 #C5EC49 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 236 | 73 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.07 |
| HSL | 74.36º | 0.81% | 0.61% | - |
| HSV(B) | 74.36º | 0.69% | 0.93% | - |
| XYZ | 54.22 | 72.34 | 17.41 | - |
| YUV | 205.76 | 53.08 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 236 | 73 | 0.17 | 0 | 0.69 | 0.07 | 74.36 | 0.81 | 0.61 |
| Hex | C5 | EC | 49 | 11 | 0 | 45 | 7 | 4A | 51 | 3D |
| Octal | 305 | 354 | 111 | 21 | 0 | 105 | 7 | 112 | 121 | 75 |
| Binary | 11000101 | 11101100 | 1001001 | 10001 | 0 | 1000101 | 111 | 1001010 | 1010001 | 111101 |
Color Harmonies of #C5EC49
Complementary color
Monochromatic Colors of #C5EC49
Black with #C5EC49
Text Example
Text Example
White with #C5EC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EC49; }
p { color: rgb(197,236,73); }
H1.HeaderClassName
{
color: #C5EC49;
}
.AnyTagClassName
{
color: #C5EC49;
}
</style>
background-color css
<style>
a { background-color: #C5EC49; }
a { background-color: rgb(197,236,73); }
div.DivClassName
{
background-color: #C5EC49;
}
.BgClassName
{
background-color: #C5EC49;
}
</style>
border-color css
<style>
span { border-color: #C5EC49; }
span { border-color: rgb(197,236,73); }
td.TdClassName
{
border-color: #C5EC49;
}
.TagClassName
{
border-color: #C5EC49;
}
</style>