Shades of Conifer #C2DD4F
Tints of Conifer #C2DD4F
RGB
CMYK
RGB Variations
Color information
#C2DD4F (or 0xC2DD4F) is known color: Conifer. HEX triplet: C2, DD and 4F. RGB value is (194,221,79). Sum of RGB (Red+Green+Blue) = 194+221+79=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD4F is #3D22B0. Grayscale: #C5C5C5. Windows color (decimal): -4006577 or 5234114. OLE color: 5234114.
HSL color Cylindrical-coordinate representation of color #C2DD4F: hue angle of 71.41º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2DD4F is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 79 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.13 |
| HSL | 71.41º | 0.68% | 0.59% | - |
| HSV(B) | 71.41º | 0.64% | 0.87% | - |
| XYZ | 49.52 | 63.75 | 17.09 | - |
| YUV | 196.74 | 61.55 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 79 | 0.12 | 0 | 0.64 | 0.13 | 71.41 | 0.68 | 0.59 |
| Hex | C2 | DD | 4F | C | 0 | 40 | D | 47 | 44 | 3B |
| Octal | 302 | 335 | 117 | 14 | 0 | 100 | 15 | 107 | 104 | 73 |
| Binary | 11000010 | 11011101 | 1001111 | 1100 | 0 | 1000000 | 1101 | 1000111 | 1000100 | 111011 |
Color Harmonies of #C2DD4F
Complementary color
Monochromatic Colors of #C2DD4F
Black with #C2DD4F
Text Example
Text Example
White with #C2DD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD4F; }
p { color: rgb(194,221,79); }
H1.HeaderClassName
{
color: #C2DD4F;
}
.AnyTagClassName
{
color: #C2DD4F;
}
</style>
background-color css
<style>
a { background-color: #C2DD4F; }
a { background-color: rgb(194,221,79); }
div.DivClassName
{
background-color: #C2DD4F;
}
.BgClassName
{
background-color: #C2DD4F;
}
</style>
border-color css
<style>
span { border-color: #C2DD4F; }
span { border-color: rgb(194,221,79); }
td.TdClassName
{
border-color: #C2DD4F;
}
.TagClassName
{
border-color: #C2DD4F;
}
</style>