Shades of Deco #C3D57C
Tints of Deco #C3D57C
RGB
CMYK
RGB Variations
Color information
#C3D57C (or 0xC3D57C) is known color: Deco. HEX triplet: C3, D5 and 7C. RGB value is (195,213,124). Sum of RGB (Red+Green+Blue) = 195+213+124=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D57C is #3C2A83. Grayscale: #C5C5C5. Windows color (decimal): -3943044 or 8181187. OLE color: 8181187.
HSL color Cylindrical-coordinate representation of color #C3D57C: hue angle of 72.13º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3D57C is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 213 | 124 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.16 |
| HSL | 72.13º | 0.51% | 0.66% | - |
| HSV(B) | 72.13º | 0.42% | 0.84% | - |
| XYZ | 49.94 | 60.65 | 28.14 | - |
| YUV | 197.47 | 86.54 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 213 | 124 | 0.08 | 0 | 0.42 | 0.16 | 72.13 | 0.51 | 0.66 |
| Hex | C3 | D5 | 7C | 8 | 0 | 2A | 10 | 48 | 33 | 42 |
| Octal | 303 | 325 | 174 | 10 | 0 | 52 | 20 | 110 | 63 | 102 |
| Binary | 11000011 | 11010101 | 1111100 | 1000 | 0 | 101010 | 10000 | 1001000 | 110011 | 1000010 |
Color Harmonies of #C3D57C
Complementary color
Monochromatic Colors of #C3D57C
Black with #C3D57C
Text Example
Text Example
White with #C3D57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D57C; }
p { color: rgb(195,213,124); }
H1.HeaderClassName
{
color: #C3D57C;
}
.AnyTagClassName
{
color: #C3D57C;
}
</style>
background-color css
<style>
a { background-color: #C3D57C; }
a { background-color: rgb(195,213,124); }
div.DivClassName
{
background-color: #C3D57C;
}
.BgClassName
{
background-color: #C3D57C;
}
</style>
border-color css
<style>
span { border-color: #C3D57C; }
span { border-color: rgb(195,213,124); }
td.TdClassName
{
border-color: #C3D57C;
}
.TagClassName
{
border-color: #C3D57C;
}
</style>