Shades of Conifer #C2DA4C
Tints of Conifer #C2DA4C
RGB
CMYK
RGB Variations
Color information
#C2DA4C (or 0xC2DA4C) is known color: Conifer. HEX triplet: C2, DA and 4C. RGB value is (194,218,76). Sum of RGB (Red+Green+Blue) = 194+218+76=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DA4C is #3D25B3. Grayscale: #C3C3C3. Windows color (decimal): -4007348 or 5036738. OLE color: 5036738.
HSL color Cylindrical-coordinate representation of color #C2DA4C: hue angle of 70.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2DA4C is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 76 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.15 |
| HSL | 70.14º | 0.66% | 0.58% | - |
| HSV(B) | 70.14º | 0.65% | 0.85% | - |
| XYZ | 48.62 | 62.13 | 16.27 | - |
| YUV | 194.64 | 61.05 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 76 | 0.11 | 0 | 0.65 | 0.15 | 70.14 | 0.66 | 0.58 |
| Hex | C2 | DA | 4C | B | 0 | 41 | F | 46 | 42 | 3A |
| Octal | 302 | 332 | 114 | 13 | 0 | 101 | 17 | 106 | 102 | 72 |
| Binary | 11000010 | 11011010 | 1001100 | 1011 | 0 | 1000001 | 1111 | 1000110 | 1000010 | 111010 |
Color Harmonies of #C2DA4C
Complementary color
Monochromatic Colors of #C2DA4C
Black with #C2DA4C
Text Example
Text Example
White with #C2DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA4C; }
p { color: rgb(194,218,76); }
H1.HeaderClassName
{
color: #C2DA4C;
}
.AnyTagClassName
{
color: #C2DA4C;
}
</style>
background-color css
<style>
a { background-color: #C2DA4C; }
a { background-color: rgb(194,218,76); }
div.DivClassName
{
background-color: #C2DA4C;
}
.BgClassName
{
background-color: #C2DA4C;
}
</style>
border-color css
<style>
span { border-color: #C2DA4C; }
span { border-color: rgb(194,218,76); }
td.TdClassName
{
border-color: #C2DA4C;
}
.TagClassName
{
border-color: #C2DA4C;
}
</style>