Shades of Deco #C3D17E
Tints of Deco #C3D17E
RGB
CMYK
RGB Variations
Color information
#C3D17E (or 0xC3D17E) is known color: Deco. HEX triplet: C3, D1 and 7E. RGB value is (195,209,126). Sum of RGB (Red+Green+Blue) = 195+209+126=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D17E is #3C2E81. Grayscale: #C3C3C3. Windows color (decimal): -3944066 or 8311235. OLE color: 8311235.
HSL color Cylindrical-coordinate representation of color #C3D17E: hue angle of 70.12º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C3D17E is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 209 | 126 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.18 |
| HSL | 70.12º | 0.47% | 0.66% | - |
| HSV(B) | 70.12º | 0.4% | 0.82% | - |
| XYZ | 49.07 | 58.71 | 28.48 | - |
| YUV | 195.35 | 88.86 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 209 | 126 | 0.07 | 0 | 0.40 | 0.18 | 70.12 | 0.47 | 0.66 |
| Hex | C3 | D1 | 7E | 7 | 0 | 28 | 12 | 46 | 2F | 42 |
| Octal | 303 | 321 | 176 | 7 | 0 | 50 | 22 | 106 | 57 | 102 |
| Binary | 11000011 | 11010001 | 1111110 | 111 | 0 | 101000 | 10010 | 1000110 | 101111 | 1000010 |
Color Harmonies of #C3D17E
Complementary color
Monochromatic Colors of #C3D17E
Black with #C3D17E
Text Example
Text Example
White with #C3D17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D17E; }
p { color: rgb(195,209,126); }
H1.HeaderClassName
{
color: #C3D17E;
}
.AnyTagClassName
{
color: #C3D17E;
}
</style>
background-color css
<style>
a { background-color: #C3D17E; }
a { background-color: rgb(195,209,126); }
div.DivClassName
{
background-color: #C3D17E;
}
.BgClassName
{
background-color: #C3D17E;
}
</style>
border-color css
<style>
span { border-color: #C3D17E; }
span { border-color: rgb(195,209,126); }
td.TdClassName
{
border-color: #C3D17E;
}
.TagClassName
{
border-color: #C3D17E;
}
</style>