Shades of Conifer #C3EC48
Tints of Conifer #C3EC48
RGB
CMYK
RGB Variations
Color information
#C3EC48 (or 0xC3EC48) is known color: Conifer. HEX triplet: C3, EC and 48. RGB value is (195,236,72). Sum of RGB (Red+Green+Blue) = 195+236+72=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #C3EC48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3EC48 is #3C13B7. Grayscale: #CDCDCD. Windows color (decimal): -3937208 or 4779203. OLE color: 4779203.
HSL color Cylindrical-coordinate representation of color #C3EC48: hue angle of 75º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3EC48 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 236 | 72 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.07 |
| HSL | 75º | 0.81% | 0.6% | - |
| HSV(B) | 75º | 0.69% | 0.93% | - |
| XYZ | 53.67 | 72.06 | 17.21 | - |
| YUV | 205.05 | 52.92 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 72 | 0.17 | 0 | 0.69 | 0.07 | 75 | 0.81 | 0.6 |
| Hex | C3 | EC | 48 | 11 | 0 | 45 | 7 | 4B | 51 | 3C |
| Octal | 303 | 354 | 110 | 21 | 0 | 105 | 7 | 113 | 121 | 74 |
| Binary | 11000011 | 11101100 | 1001000 | 10001 | 0 | 1000101 | 111 | 1001011 | 1010001 | 111100 |
Color Harmonies of #C3EC48
Complementary color
Monochromatic Colors of #C3EC48
Black with #C3EC48
Text Example
Text Example
White with #C3EC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EC48; }
p { color: rgb(195,236,72); }
H1.HeaderClassName
{
color: #C3EC48;
}
.AnyTagClassName
{
color: #C3EC48;
}
</style>
background-color css
<style>
a { background-color: #C3EC48; }
a { background-color: rgb(195,236,72); }
div.DivClassName
{
background-color: #C3EC48;
}
.BgClassName
{
background-color: #C3EC48;
}
</style>
border-color css
<style>
span { border-color: #C3EC48; }
span { border-color: rgb(195,236,72); }
td.TdClassName
{
border-color: #C3EC48;
}
.TagClassName
{
border-color: #C3EC48;
}
</style>