Shades of Conifer #C4EC4B
Tints of Conifer #C4EC4B
RGB
CMYK
RGB Variations
Color information
#C4EC4B (or 0xC4EC4B) is known color: Conifer. HEX triplet: C4, EC and 4B. RGB value is (196,236,75). Sum of RGB (Red+Green+Blue) = 196+236+75=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #C4EC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4EC4B is #3B13B4. Grayscale: #CECECE. Windows color (decimal): -3871669 or 4975812. OLE color: 4975812.
HSL color Cylindrical-coordinate representation of color #C4EC4B: hue angle of 74.91º 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 #C4EC4B is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 236 | 75 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.07 |
| HSL | 74.91º | 0.81% | 0.61% | - |
| HSV(B) | 74.91º | 0.68% | 0.93% | - |
| XYZ | 54.03 | 72.23 | 17.75 | - |
| YUV | 205.69 | 54.25 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 236 | 75 | 0.17 | 0 | 0.68 | 0.07 | 74.91 | 0.81 | 0.61 |
| Hex | C4 | EC | 4B | 11 | 0 | 44 | 7 | 4B | 51 | 3D |
| Octal | 304 | 354 | 113 | 21 | 0 | 104 | 7 | 113 | 121 | 75 |
| Binary | 11000100 | 11101100 | 1001011 | 10001 | 0 | 1000100 | 111 | 1001011 | 1010001 | 111101 |
Color Harmonies of #C4EC4B
Complementary color
Monochromatic Colors of #C4EC4B
Black with #C4EC4B
Text Example
Text Example
White with #C4EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EC4B; }
p { color: rgb(196,236,75); }
H1.HeaderClassName
{
color: #C4EC4B;
}
.AnyTagClassName
{
color: #C4EC4B;
}
</style>
background-color css
<style>
a { background-color: #C4EC4B; }
a { background-color: rgb(196,236,75); }
div.DivClassName
{
background-color: #C4EC4B;
}
.BgClassName
{
background-color: #C4EC4B;
}
</style>
border-color css
<style>
span { border-color: #C4EC4B; }
span { border-color: rgb(196,236,75); }
td.TdClassName
{
border-color: #C4EC4B;
}
.TagClassName
{
border-color: #C4EC4B;
}
</style>