Shades of Deco #C4D57D
Tints of Deco #C4D57D
RGB
CMYK
RGB Variations
Color information
#C4D57D (or 0xC4D57D) is known color: Deco. HEX triplet: C4, D5 and 7D. RGB value is (196,213,125). Sum of RGB (Red+Green+Blue) = 196+213+125=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D57D is #3B2A82. Grayscale: #C6C6C6. Windows color (decimal): -3877507 or 8246724. OLE color: 8246724.
HSL color Cylindrical-coordinate representation of color #C4D57D: hue angle of 71.59º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4D57D is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 125 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.16 |
| HSL | 71.59º | 0.51% | 0.66% | - |
| HSV(B) | 71.59º | 0.41% | 0.84% | - |
| XYZ | 50.26 | 60.8 | 28.49 | - |
| YUV | 197.89 | 86.87 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 125 | 0.08 | 0 | 0.41 | 0.16 | 71.59 | 0.51 | 0.66 |
| Hex | C4 | D5 | 7D | 8 | 0 | 29 | 10 | 48 | 33 | 42 |
| Octal | 304 | 325 | 175 | 10 | 0 | 51 | 20 | 110 | 63 | 102 |
| Binary | 11000100 | 11010101 | 1111101 | 1000 | 0 | 101001 | 10000 | 1001000 | 110011 | 1000010 |
Color Harmonies of #C4D57D
Complementary color
Monochromatic Colors of #C4D57D
Black with #C4D57D
Text Example
Text Example
White with #C4D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D57D; }
p { color: rgb(196,213,125); }
H1.HeaderClassName
{
color: #C4D57D;
}
.AnyTagClassName
{
color: #C4D57D;
}
</style>
background-color css
<style>
a { background-color: #C4D57D; }
a { background-color: rgb(196,213,125); }
div.DivClassName
{
background-color: #C4D57D;
}
.BgClassName
{
background-color: #C4D57D;
}
</style>
border-color css
<style>
span { border-color: #C4D57D; }
span { border-color: rgb(196,213,125); }
td.TdClassName
{
border-color: #C4D57D;
}
.TagClassName
{
border-color: #C4D57D;
}
</style>