Shades of Conifer #C6EC55
Tints of Conifer #C6EC55
RGB
CMYK
RGB Variations
Color information
#C6EC55 (or 0xC6EC55) is known color: Conifer. HEX triplet: C6, EC and 55. RGB value is (198,236,85). Sum of RGB (Red+Green+Blue) = 198+236+85=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EC55 is #3913AA. Grayscale: #CFCFCF. Windows color (decimal): -3740587 or 5631174. OLE color: 5631174.
HSL color Cylindrical-coordinate representation of color #C6EC55: hue angle of 75.1º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6EC55 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 236 | 85 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.07 |
| HSL | 75.1º | 0.8% | 0.63% | - |
| HSV(B) | 75.1º | 0.64% | 0.93% | - |
| XYZ | 54.92 | 72.65 | 19.72 | - |
| YUV | 207.42 | 58.91 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 236 | 85 | 0.16 | 0 | 0.64 | 0.07 | 75.1 | 0.8 | 0.63 |
| Hex | C6 | EC | 55 | 10 | 0 | 40 | 7 | 4B | 50 | 3F |
| Octal | 306 | 354 | 125 | 20 | 0 | 100 | 7 | 113 | 120 | 77 |
| Binary | 11000110 | 11101100 | 1010101 | 10000 | 0 | 1000000 | 111 | 1001011 | 1010000 | 111111 |
Color Harmonies of #C6EC55
Complementary color
Monochromatic Colors of #C6EC55
Black with #C6EC55
Text Example
Text Example
White with #C6EC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EC55; }
p { color: rgb(198,236,85); }
H1.HeaderClassName
{
color: #C6EC55;
}
.AnyTagClassName
{
color: #C6EC55;
}
</style>
background-color css
<style>
a { background-color: #C6EC55; }
a { background-color: rgb(198,236,85); }
div.DivClassName
{
background-color: #C6EC55;
}
.BgClassName
{
background-color: #C6EC55;
}
</style>
border-color css
<style>
span { border-color: #C6EC55; }
span { border-color: rgb(198,236,85); }
td.TdClassName
{
border-color: #C6EC55;
}
.TagClassName
{
border-color: #C6EC55;
}
</style>