Shades of Deco #C4D37C
Tints of Deco #C4D37C
RGB
CMYK
RGB Variations
Color information
#C4D37C (or 0xC4D37C) is known color: Deco. HEX triplet: C4, D3 and 7C. RGB value is (196,211,124). Sum of RGB (Red+Green+Blue) = 196+211+124=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D37C is #3B2C83. Grayscale: #C4C4C4. Windows color (decimal): -3878020 or 8180676. OLE color: 8180676.
HSL color Cylindrical-coordinate representation of color #C4D37C: hue angle of 70.34º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4D37C is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 211 | 124 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.17 |
| HSL | 70.34º | 0.5% | 0.66% | - |
| HSV(B) | 70.34º | 0.41% | 0.83% | - |
| XYZ | 49.7 | 59.78 | 27.99 | - |
| YUV | 196.6 | 87.03 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 211 | 124 | 0.07 | 0 | 0.41 | 0.17 | 70.34 | 0.5 | 0.66 |
| Hex | C4 | D3 | 7C | 7 | 0 | 29 | 11 | 46 | 32 | 42 |
| Octal | 304 | 323 | 174 | 7 | 0 | 51 | 21 | 106 | 62 | 102 |
| Binary | 11000100 | 11010011 | 1111100 | 111 | 0 | 101001 | 10001 | 1000110 | 110010 | 1000010 |
Color Harmonies of #C4D37C
Complementary color
Monochromatic Colors of #C4D37C
Black with #C4D37C
Text Example
Text Example
White with #C4D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D37C; }
p { color: rgb(196,211,124); }
H1.HeaderClassName
{
color: #C4D37C;
}
.AnyTagClassName
{
color: #C4D37C;
}
</style>
background-color css
<style>
a { background-color: #C4D37C; }
a { background-color: rgb(196,211,124); }
div.DivClassName
{
background-color: #C4D37C;
}
.BgClassName
{
background-color: #C4D37C;
}
</style>
border-color css
<style>
span { border-color: #C4D37C; }
span { border-color: rgb(196,211,124); }
td.TdClassName
{
border-color: #C4D37C;
}
.TagClassName
{
border-color: #C4D37C;
}
</style>