Shades of Deco #C3D17D
Tints of Deco #C3D17D
RGB
CMYK
RGB Variations
Color information
#C3D17D (or 0xC3D17D) is known color: Deco. HEX triplet: C3, D1 and 7D. RGB value is (195,209,125). Sum of RGB (Red+Green+Blue) = 195+209+125=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D17D is #3C2E82. Grayscale: #C3C3C3. Windows color (decimal): -3944067 or 8245699. OLE color: 8245699.
HSL color Cylindrical-coordinate representation of color #C3D17D: hue angle of 70º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C3D17D is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 209 | 125 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.18 |
| HSL | 70º | 0.48% | 0.65% | - |
| HSV(B) | 70º | 0.4% | 0.82% | - |
| XYZ | 49.01 | 58.68 | 28.15 | - |
| YUV | 195.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 209 | 125 | 0.07 | 0 | 0.40 | 0.18 | 70 | 0.48 | 0.65 |
| Hex | C3 | D1 | 7D | 7 | 0 | 28 | 12 | 46 | 30 | 41 |
| Octal | 303 | 321 | 175 | 7 | 0 | 50 | 22 | 106 | 60 | 101 |
| Binary | 11000011 | 11010001 | 1111101 | 111 | 0 | 101000 | 10010 | 1000110 | 110000 | 1000001 |
Color Harmonies of #C3D17D
Complementary color
Monochromatic Colors of #C3D17D
Black with #C3D17D
Text Example
Text Example
White with #C3D17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D17D; }
p { color: rgb(195,209,125); }
H1.HeaderClassName
{
color: #C3D17D;
}
.AnyTagClassName
{
color: #C3D17D;
}
</style>
background-color css
<style>
a { background-color: #C3D17D; }
a { background-color: rgb(195,209,125); }
div.DivClassName
{
background-color: #C3D17D;
}
.BgClassName
{
background-color: #C3D17D;
}
</style>
border-color css
<style>
span { border-color: #C3D17D; }
span { border-color: rgb(195,209,125); }
td.TdClassName
{
border-color: #C3D17D;
}
.TagClassName
{
border-color: #C3D17D;
}
</style>