Shades of Conifer #C4ED4B
Tints of Conifer #C4ED4B
RGB
CMYK
RGB Variations
Color information
#C4ED4B (or 0xC4ED4B) is known color: Conifer. HEX triplet: C4, ED and 4B. RGB value is (196,237,75). Sum of RGB (Red+Green+Blue) = 196+237+75=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #C4ED4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4ED4B is #3B12B4. Grayscale: #CECECE. Windows color (decimal): -3871413 or 4976068. OLE color: 4976068.
HSL color Cylindrical-coordinate representation of color #C4ED4B: hue angle of 75.19º degrees, saturation: 0.82, 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 #C4ED4B is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 237 | 75 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.07 |
| HSL | 75.19º | 0.82% | 0.61% | - |
| HSV(B) | 75.19º | 0.68% | 0.93% | - |
| XYZ | 54.32 | 72.81 | 17.85 | - |
| YUV | 206.27 | 53.92 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 237 | 75 | 0.17 | 0 | 0.68 | 0.07 | 75.19 | 0.82 | 0.61 |
| Hex | C4 | ED | 4B | 11 | 0 | 44 | 7 | 4B | 52 | 3D |
| Octal | 304 | 355 | 113 | 21 | 0 | 104 | 7 | 113 | 122 | 75 |
| Binary | 11000100 | 11101101 | 1001011 | 10001 | 0 | 1000100 | 111 | 1001011 | 1010010 | 111101 |
Color Harmonies of #C4ED4B
Complementary color
Monochromatic Colors of #C4ED4B
Black with #C4ED4B
Text Example
Text Example
White with #C4ED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ED4B; }
p { color: rgb(196,237,75); }
H1.HeaderClassName
{
color: #C4ED4B;
}
.AnyTagClassName
{
color: #C4ED4B;
}
</style>
background-color css
<style>
a { background-color: #C4ED4B; }
a { background-color: rgb(196,237,75); }
div.DivClassName
{
background-color: #C4ED4B;
}
.BgClassName
{
background-color: #C4ED4B;
}
</style>
border-color css
<style>
span { border-color: #C4ED4B; }
span { border-color: rgb(196,237,75); }
td.TdClassName
{
border-color: #C4ED4B;
}
.TagClassName
{
border-color: #C4ED4B;
}
</style>