Shades of Deco #C2D379
Tints of Deco #C2D379
RGB
CMYK
RGB Variations
Color information
#C2D379 (or 0xC2D379) is known color: Deco. HEX triplet: C2, D3 and 79. RGB value is (194,211,121). Sum of RGB (Red+Green+Blue) = 194+211+121=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D379 is #3D2C86. Grayscale: #C4C4C4. Windows color (decimal): -4009095 or 7984066. OLE color: 7984066.
HSL color Cylindrical-coordinate representation of color #C2D379: hue angle of 71.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2D379 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 121 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.17 |
| HSL | 71.33º | 0.51% | 0.65% | - |
| HSV(B) | 71.33º | 0.43% | 0.83% | - |
| XYZ | 48.99 | 59.44 | 26.98 | - |
| YUV | 195.66 | 85.87 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 121 | 0.08 | 0 | 0.43 | 0.17 | 71.33 | 0.51 | 0.65 |
| Hex | C2 | D3 | 79 | 8 | 0 | 2B | 11 | 47 | 33 | 41 |
| Octal | 302 | 323 | 171 | 10 | 0 | 53 | 21 | 107 | 63 | 101 |
| Binary | 11000010 | 11010011 | 1111001 | 1000 | 0 | 101011 | 10001 | 1000111 | 110011 | 1000001 |
Color Harmonies of #C2D379
Complementary color
Monochromatic Colors of #C2D379
Black with #C2D379
Text Example
Text Example
White with #C2D379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D379; }
p { color: rgb(194,211,121); }
H1.HeaderClassName
{
color: #C2D379;
}
.AnyTagClassName
{
color: #C2D379;
}
</style>
background-color css
<style>
a { background-color: #C2D379; }
a { background-color: rgb(194,211,121); }
div.DivClassName
{
background-color: #C2D379;
}
.BgClassName
{
background-color: #C2D379;
}
</style>
border-color css
<style>
span { border-color: #C2D379; }
span { border-color: rgb(194,211,121); }
td.TdClassName
{
border-color: #C2D379;
}
.TagClassName
{
border-color: #C2D379;
}
</style>