Shades of Conifer #C1EC5B
Tints of Conifer #C1EC5B
RGB
CMYK
RGB Variations
Color information
#C1EC5B (or 0xC1EC5B) is known color: Conifer. HEX triplet: C1, EC and 5B. RGB value is (193,236,91). Sum of RGB (Red+Green+Blue) = 193+236+91=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EC5B is #3E13A4. Grayscale: #CFCFCF. Windows color (decimal): -4068261 or 6024385. OLE color: 6024385.
HSL color Cylindrical-coordinate representation of color #C1EC5B: hue angle of 77.79º 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 #C1EC5B is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 91 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.07 |
| HSL | 77.79º | 0.79% | 0.64% | - |
| HSV(B) | 77.79º | 0.61% | 0.93% | - |
| XYZ | 53.88 | 72.08 | 20.97 | - |
| YUV | 206.61 | 62.75 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 91 | 0.18 | 0 | 0.61 | 0.07 | 77.79 | 0.79 | 0.64 |
| Hex | C1 | EC | 5B | 12 | 0 | 3D | 7 | 4E | 4F | 40 |
| Octal | 301 | 354 | 133 | 22 | 0 | 75 | 7 | 116 | 117 | 100 |
| Binary | 11000001 | 11101100 | 1011011 | 10010 | 0 | 111101 | 111 | 1001110 | 1001111 | 1000000 |
Color Harmonies of #C1EC5B
Complementary color
Monochromatic Colors of #C1EC5B
Black with #C1EC5B
Text Example
Text Example
White with #C1EC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC5B; }
p { color: rgb(193,236,91); }
H1.HeaderClassName
{
color: #C1EC5B;
}
.AnyTagClassName
{
color: #C1EC5B;
}
</style>
background-color css
<style>
a { background-color: #C1EC5B; }
a { background-color: rgb(193,236,91); }
div.DivClassName
{
background-color: #C1EC5B;
}
.BgClassName
{
background-color: #C1EC5B;
}
</style>
border-color css
<style>
span { border-color: #C1EC5B; }
span { border-color: rgb(193,236,91); }
td.TdClassName
{
border-color: #C1EC5B;
}
.TagClassName
{
border-color: #C1EC5B;
}
</style>