Shades of Conifer #C6EC5B
Tints of Conifer #C6EC5B
RGB
CMYK
RGB Variations
Color information
#C6EC5B (or 0xC6EC5B) is known color: Conifer. HEX triplet: C6, EC and 5B. RGB value is (198,236,91). Sum of RGB (Red+Green+Blue) = 198+236+91=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EC5B is #3913A4. Grayscale: #D0D0D0. Windows color (decimal): -3740581 or 6024390. OLE color: 6024390.
HSL color Cylindrical-coordinate representation of color #C6EC5B: hue angle of 75.72º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C6EC5B is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 236 | 91 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.07 |
| HSL | 75.72º | 0.79% | 0.64% | - |
| HSV(B) | 75.72º | 0.61% | 0.93% | - |
| XYZ | 55.17 | 72.75 | 21.03 | - |
| YUV | 208.11 | 61.91 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 236 | 91 | 0.16 | 0 | 0.61 | 0.07 | 75.72 | 0.79 | 0.64 |
| Hex | C6 | EC | 5B | 10 | 0 | 3D | 7 | 4C | 4F | 40 |
| Octal | 306 | 354 | 133 | 20 | 0 | 75 | 7 | 114 | 117 | 100 |
| Binary | 11000110 | 11101100 | 1011011 | 10000 | 0 | 111101 | 111 | 1001100 | 1001111 | 1000000 |
Color Harmonies of #C6EC5B
Complementary color
Monochromatic Colors of #C6EC5B
Black with #C6EC5B
Text Example
Text Example
White with #C6EC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EC5B; }
p { color: rgb(198,236,91); }
H1.HeaderClassName
{
color: #C6EC5B;
}
.AnyTagClassName
{
color: #C6EC5B;
}
</style>
background-color css
<style>
a { background-color: #C6EC5B; }
a { background-color: rgb(198,236,91); }
div.DivClassName
{
background-color: #C6EC5B;
}
.BgClassName
{
background-color: #C6EC5B;
}
</style>
border-color css
<style>
span { border-color: #C6EC5B; }
span { border-color: rgb(198,236,91); }
td.TdClassName
{
border-color: #C6EC5B;
}
.TagClassName
{
border-color: #C6EC5B;
}
</style>