Shades of Deco #C2D279
Tints of Deco #C2D279
RGB
CMYK
RGB Variations
Color information
#C2D279 (or 0xC2D279) is known color: Deco. HEX triplet: C2, D2 and 79. RGB value is (194,210,121). Sum of RGB (Red+Green+Blue) = 194+210+121=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D279 is #3D2D86. Grayscale: #C3C3C3. Windows color (decimal): -4009351 or 7983810. OLE color: 7983810.
HSL color Cylindrical-coordinate representation of color #C2D279: hue angle of 70.79º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2D279 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 121 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.18 |
| HSL | 70.79º | 0.5% | 0.65% | - |
| HSV(B) | 70.79º | 0.42% | 0.82% | - |
| XYZ | 48.75 | 58.94 | 26.9 | - |
| YUV | 195.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 121 | 0.08 | 0 | 0.42 | 0.18 | 70.79 | 0.5 | 0.65 |
| Hex | C2 | D2 | 79 | 8 | 0 | 2A | 12 | 47 | 32 | 41 |
| Octal | 302 | 322 | 171 | 10 | 0 | 52 | 22 | 107 | 62 | 101 |
| Binary | 11000010 | 11010010 | 1111001 | 1000 | 0 | 101010 | 10010 | 1000111 | 110010 | 1000001 |
Color Harmonies of #C2D279
Complementary color
Monochromatic Colors of #C2D279
Black with #C2D279
Text Example
Text Example
White with #C2D279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D279; }
p { color: rgb(194,210,121); }
H1.HeaderClassName
{
color: #C2D279;
}
.AnyTagClassName
{
color: #C2D279;
}
</style>
background-color css
<style>
a { background-color: #C2D279; }
a { background-color: rgb(194,210,121); }
div.DivClassName
{
background-color: #C2D279;
}
.BgClassName
{
background-color: #C2D279;
}
</style>
border-color css
<style>
span { border-color: #C2D279; }
span { border-color: rgb(194,210,121); }
td.TdClassName
{
border-color: #C2D279;
}
.TagClassName
{
border-color: #C2D279;
}
</style>