Shades of Conifer #C1EC4B
Tints of Conifer #C1EC4B
RGB
CMYK
RGB Variations
Color information
#C1EC4B (or 0xC1EC4B) is known color: Conifer. HEX triplet: C1, EC and 4B. RGB value is (193,236,75). Sum of RGB (Red+Green+Blue) = 193+236+75=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EC4B is #3E13B4. Grayscale: #CDCDCD. Windows color (decimal): -4068277 or 4975809. OLE color: 4975809.
HSL color Cylindrical-coordinate representation of color #C1EC4B: hue angle of 76.02º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1EC4B is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 75 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.07 |
| HSL | 76.02º | 0.81% | 0.61% | - |
| HSV(B) | 76.02º | 0.68% | 0.93% | - |
| XYZ | 53.26 | 71.84 | 17.72 | - |
| YUV | 204.79 | 54.75 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 75 | 0.18 | 0 | 0.68 | 0.07 | 76.02 | 0.81 | 0.61 |
| Hex | C1 | EC | 4B | 12 | 0 | 44 | 7 | 4C | 51 | 3D |
| Octal | 301 | 354 | 113 | 22 | 0 | 104 | 7 | 114 | 121 | 75 |
| Binary | 11000001 | 11101100 | 1001011 | 10010 | 0 | 1000100 | 111 | 1001100 | 1010001 | 111101 |
Color Harmonies of #C1EC4B
Complementary color
Monochromatic Colors of #C1EC4B
Black with #C1EC4B
Text Example
Text Example
White with #C1EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC4B; }
p { color: rgb(193,236,75); }
H1.HeaderClassName
{
color: #C1EC4B;
}
.AnyTagClassName
{
color: #C1EC4B;
}
</style>
background-color css
<style>
a { background-color: #C1EC4B; }
a { background-color: rgb(193,236,75); }
div.DivClassName
{
background-color: #C1EC4B;
}
.BgClassName
{
background-color: #C1EC4B;
}
</style>
border-color css
<style>
span { border-color: #C1EC4B; }
span { border-color: rgb(193,236,75); }
td.TdClassName
{
border-color: #C1EC4B;
}
.TagClassName
{
border-color: #C1EC4B;
}
</style>