Shades of Conifer #C1EC50
Tints of Conifer #C1EC50
RGB
CMYK
RGB Variations
Color information
#C1EC50 (or 0xC1EC50) is known color: Conifer. HEX triplet: C1, EC and 50. RGB value is (193,236,80). Sum of RGB (Red+Green+Blue) = 193+236+80=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EC50 is #3E13AF. Grayscale: #CDCDCD. Windows color (decimal): -4068272 or 5303489. OLE color: 5303489.
HSL color Cylindrical-coordinate representation of color #C1EC50: hue angle of 76.54º 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 #C1EC50 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 80 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.07 |
| HSL | 76.54º | 0.8% | 0.62% | - |
| HSV(B) | 76.54º | 0.66% | 0.93% | - |
| XYZ | 53.44 | 71.91 | 18.65 | - |
| YUV | 205.36 | 57.25 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 80 | 0.18 | 0 | 0.66 | 0.07 | 76.54 | 0.8 | 0.62 |
| Hex | C1 | EC | 50 | 12 | 0 | 42 | 7 | 4D | 50 | 3E |
| Octal | 301 | 354 | 120 | 22 | 0 | 102 | 7 | 115 | 120 | 76 |
| Binary | 11000001 | 11101100 | 1010000 | 10010 | 0 | 1000010 | 111 | 1001101 | 1010000 | 111110 |
Color Harmonies of #C1EC50
Complementary color
Monochromatic Colors of #C1EC50
Black with #C1EC50
Text Example
Text Example
White with #C1EC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC50; }
p { color: rgb(193,236,80); }
H1.HeaderClassName
{
color: #C1EC50;
}
.AnyTagClassName
{
color: #C1EC50;
}
</style>
background-color css
<style>
a { background-color: #C1EC50; }
a { background-color: rgb(193,236,80); }
div.DivClassName
{
background-color: #C1EC50;
}
.BgClassName
{
background-color: #C1EC50;
}
</style>
border-color css
<style>
span { border-color: #C1EC50; }
span { border-color: rgb(193,236,80); }
td.TdClassName
{
border-color: #C1EC50;
}
.TagClassName
{
border-color: #C1EC50;
}
</style>