Shades of Deco #C2D57A
Tints of Deco #C2D57A
RGB
CMYK
RGB Variations
Color information
#C2D57A (or 0xC2D57A) is known color: Deco. HEX triplet: C2, D5 and 7A. RGB value is (194,213,122). Sum of RGB (Red+Green+Blue) = 194+213+122=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D57A is #3D2A85. Grayscale: #C5C5C5. Windows color (decimal): -4008582 or 8050114. OLE color: 8050114.
HSL color Cylindrical-coordinate representation of color #C2D57A: hue angle of 72.53º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2D57A is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 122 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.16 |
| HSL | 72.53º | 0.52% | 0.66% | - |
| HSV(B) | 72.53º | 0.43% | 0.84% | - |
| XYZ | 49.56 | 60.46 | 27.47 | - |
| YUV | 196.95 | 85.71 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 122 | 0.09 | 0 | 0.43 | 0.16 | 72.53 | 0.52 | 0.66 |
| Hex | C2 | D5 | 7A | 9 | 0 | 2B | 10 | 49 | 34 | 42 |
| Octal | 302 | 325 | 172 | 11 | 0 | 53 | 20 | 111 | 64 | 102 |
| Binary | 11000010 | 11010101 | 1111010 | 1001 | 0 | 101011 | 10000 | 1001001 | 110100 | 1000010 |
Color Harmonies of #C2D57A
Complementary color
Monochromatic Colors of #C2D57A
Black with #C2D57A
Text Example
Text Example
White with #C2D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D57A; }
p { color: rgb(194,213,122); }
H1.HeaderClassName
{
color: #C2D57A;
}
.AnyTagClassName
{
color: #C2D57A;
}
</style>
background-color css
<style>
a { background-color: #C2D57A; }
a { background-color: rgb(194,213,122); }
div.DivClassName
{
background-color: #C2D57A;
}
.BgClassName
{
background-color: #C2D57A;
}
</style>
border-color css
<style>
span { border-color: #C2D57A; }
span { border-color: rgb(194,213,122); }
td.TdClassName
{
border-color: #C2D57A;
}
.TagClassName
{
border-color: #C2D57A;
}
</style>