Shades of Conifer #C4DF4C
Tints of Conifer #C4DF4C
RGB
CMYK
RGB Variations
Color information
#C4DF4C (or 0xC4DF4C) is known color: Conifer. HEX triplet: C4, DF and 4C. RGB value is (196,223,76). Sum of RGB (Red+Green+Blue) = 196+223+76=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DF4C is #3B20B3. Grayscale: #C6C6C6. Windows color (decimal): -3874996 or 5038020. OLE color: 5038020.
HSL color Cylindrical-coordinate representation of color #C4DF4C: hue angle of 71.02º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4DF4C is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 76 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.13 |
| HSL | 71.02º | 0.7% | 0.59% | - |
| HSV(B) | 71.02º | 0.66% | 0.87% | - |
| XYZ | 50.46 | 65.03 | 16.73 | - |
| YUV | 198.17 | 59.05 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 76 | 0.12 | 0 | 0.66 | 0.13 | 71.02 | 0.7 | 0.59 |
| Hex | C4 | DF | 4C | C | 0 | 42 | D | 47 | 46 | 3B |
| Octal | 304 | 337 | 114 | 14 | 0 | 102 | 15 | 107 | 106 | 73 |
| Binary | 11000100 | 11011111 | 1001100 | 1100 | 0 | 1000010 | 1101 | 1000111 | 1000110 | 111011 |
Color Harmonies of #C4DF4C
Complementary color
Monochromatic Colors of #C4DF4C
Black with #C4DF4C
Text Example
Text Example
White with #C4DF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DF4C; }
p { color: rgb(196,223,76); }
H1.HeaderClassName
{
color: #C4DF4C;
}
.AnyTagClassName
{
color: #C4DF4C;
}
</style>
background-color css
<style>
a { background-color: #C4DF4C; }
a { background-color: rgb(196,223,76); }
div.DivClassName
{
background-color: #C4DF4C;
}
.BgClassName
{
background-color: #C4DF4C;
}
</style>
border-color css
<style>
span { border-color: #C4DF4C; }
span { border-color: rgb(196,223,76); }
td.TdClassName
{
border-color: #C4DF4C;
}
.TagClassName
{
border-color: #C4DF4C;
}
</style>