Shades of Deco #C2D37A
Tints of Deco #C2D37A
RGB
CMYK
RGB Variations
Color information
#C2D37A (or 0xC2D37A) is known color: Deco. HEX triplet: C2, D3 and 7A. RGB value is (194,211,122). Sum of RGB (Red+Green+Blue) = 194+211+122=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D37A is #3D2C85. Grayscale: #C4C4C4. Windows color (decimal): -4009094 or 8049602. OLE color: 8049602.
HSL color Cylindrical-coordinate representation of color #C2D37A: hue angle of 71.46º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2D37A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 122 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.17 |
| HSL | 71.46º | 0.5% | 0.65% | - |
| HSV(B) | 71.46º | 0.42% | 0.83% | - |
| XYZ | 49.06 | 59.46 | 27.3 | - |
| YUV | 195.77 | 86.37 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 122 | 0.08 | 0 | 0.42 | 0.17 | 71.46 | 0.5 | 0.65 |
| Hex | C2 | D3 | 7A | 8 | 0 | 2A | 11 | 47 | 32 | 41 |
| Octal | 302 | 323 | 172 | 10 | 0 | 52 | 21 | 107 | 62 | 101 |
| Binary | 11000010 | 11010011 | 1111010 | 1000 | 0 | 101010 | 10001 | 1000111 | 110010 | 1000001 |
Color Harmonies of #C2D37A
Complementary color
Monochromatic Colors of #C2D37A
Black with #C2D37A
Text Example
Text Example
White with #C2D37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D37A; }
p { color: rgb(194,211,122); }
H1.HeaderClassName
{
color: #C2D37A;
}
.AnyTagClassName
{
color: #C2D37A;
}
</style>
background-color css
<style>
a { background-color: #C2D37A; }
a { background-color: rgb(194,211,122); }
div.DivClassName
{
background-color: #C2D37A;
}
.BgClassName
{
background-color: #C2D37A;
}
</style>
border-color css
<style>
span { border-color: #C2D37A; }
span { border-color: rgb(194,211,122); }
td.TdClassName
{
border-color: #C2D37A;
}
.TagClassName
{
border-color: #C2D37A;
}
</style>