Shades of Conifer #C3EC50
Tints of Conifer #C3EC50
RGB
CMYK
RGB Variations
Color information
#C3EC50 (or 0xC3EC50) is known color: Conifer. HEX triplet: C3, EC and 50. RGB value is (195,236,80). Sum of RGB (Red+Green+Blue) = 195+236+80=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #C3EC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EC50 is #3C13AF. Grayscale: #CECECE. Windows color (decimal): -3937200 or 5303491. OLE color: 5303491.
HSL color Cylindrical-coordinate representation of color #C3EC50: hue angle of 75.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3EC50 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 236 | 80 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.07 |
| HSL | 75.77º | 0.8% | 0.62% | - |
| HSV(B) | 75.77º | 0.66% | 0.93% | - |
| XYZ | 53.95 | 72.17 | 18.68 | - |
| YUV | 205.96 | 56.92 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 80 | 0.17 | 0 | 0.66 | 0.07 | 75.77 | 0.8 | 0.62 |
| Hex | C3 | EC | 50 | 11 | 0 | 42 | 7 | 4C | 50 | 3E |
| Octal | 303 | 354 | 120 | 21 | 0 | 102 | 7 | 114 | 120 | 76 |
| Binary | 11000011 | 11101100 | 1010000 | 10001 | 0 | 1000010 | 111 | 1001100 | 1010000 | 111110 |
Color Harmonies of #C3EC50
Complementary color
Monochromatic Colors of #C3EC50
Black with #C3EC50
Text Example
Text Example
White with #C3EC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EC50; }
p { color: rgb(195,236,80); }
H1.HeaderClassName
{
color: #C3EC50;
}
.AnyTagClassName
{
color: #C3EC50;
}
</style>
background-color css
<style>
a { background-color: #C3EC50; }
a { background-color: rgb(195,236,80); }
div.DivClassName
{
background-color: #C3EC50;
}
.BgClassName
{
background-color: #C3EC50;
}
</style>
border-color css
<style>
span { border-color: #C3EC50; }
span { border-color: rgb(195,236,80); }
td.TdClassName
{
border-color: #C3EC50;
}
.TagClassName
{
border-color: #C3EC50;
}
</style>