Shades of Deco #C2D47B
Tints of Deco #C2D47B
RGB
CMYK
RGB Variations
Color information
#C2D47B (or 0xC2D47B) is known color: Deco. HEX triplet: C2, D4 and 7B. RGB value is (194,212,123). Sum of RGB (Red+Green+Blue) = 194+212+123=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D47B is #3D2B84. Grayscale: #C4C4C4. Windows color (decimal): -4008837 or 8115394. OLE color: 8115394.
HSL color Cylindrical-coordinate representation of color #C2D47B: hue angle of 72.13º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2D47B is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 123 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.17 |
| HSL | 72.13º | 0.51% | 0.66% | - |
| HSV(B) | 72.13º | 0.42% | 0.83% | - |
| XYZ | 49.37 | 59.99 | 27.72 | - |
| YUV | 196.47 | 86.54 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 123 | 0.08 | 0 | 0.42 | 0.17 | 72.13 | 0.51 | 0.66 |
| Hex | C2 | D4 | 7B | 8 | 0 | 2A | 11 | 48 | 33 | 42 |
| Octal | 302 | 324 | 173 | 10 | 0 | 52 | 21 | 110 | 63 | 102 |
| Binary | 11000010 | 11010100 | 1111011 | 1000 | 0 | 101010 | 10001 | 1001000 | 110011 | 1000010 |
Color Harmonies of #C2D47B
Complementary color
Monochromatic Colors of #C2D47B
Black with #C2D47B
Text Example
Text Example
White with #C2D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D47B; }
p { color: rgb(194,212,123); }
H1.HeaderClassName
{
color: #C2D47B;
}
.AnyTagClassName
{
color: #C2D47B;
}
</style>
background-color css
<style>
a { background-color: #C2D47B; }
a { background-color: rgb(194,212,123); }
div.DivClassName
{
background-color: #C2D47B;
}
.BgClassName
{
background-color: #C2D47B;
}
</style>
border-color css
<style>
span { border-color: #C2D47B; }
span { border-color: rgb(194,212,123); }
td.TdClassName
{
border-color: #C2D47B;
}
.TagClassName
{
border-color: #C2D47B;
}
</style>