Shades of Deco #C6D37C
Tints of Deco #C6D37C
RGB
CMYK
RGB Variations
Color information
#C6D37C (or 0xC6D37C) is known color: Deco. HEX triplet: C6, D3 and 7C. RGB value is (198,211,124). Sum of RGB (Red+Green+Blue) = 198+211+124=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D37C is #392C83. Grayscale: #C5C5C5. Windows color (decimal): -3746948 or 8180678. OLE color: 8180678.
HSL color Cylindrical-coordinate representation of color #C6D37C: hue angle of 68.97º 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 #C6D37C is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 211 | 124 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.17 |
| HSL | 68.97º | 0.5% | 0.66% | - |
| HSV(B) | 68.97º | 0.41% | 0.83% | - |
| XYZ | 50.22 | 60.05 | 28.01 | - |
| YUV | 197.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 211 | 124 | 0.06 | 0 | 0.41 | 0.17 | 68.97 | 0.5 | 0.66 |
| Hex | C6 | D3 | 7C | 6 | 0 | 29 | 11 | 45 | 32 | 42 |
| Octal | 306 | 323 | 174 | 6 | 0 | 51 | 21 | 105 | 62 | 102 |
| Binary | 11000110 | 11010011 | 1111100 | 110 | 0 | 101001 | 10001 | 1000101 | 110010 | 1000010 |
Color Harmonies of #C6D37C
Complementary color
Monochromatic Colors of #C6D37C
Black with #C6D37C
Text Example
Text Example
White with #C6D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D37C; }
p { color: rgb(198,211,124); }
H1.HeaderClassName
{
color: #C6D37C;
}
.AnyTagClassName
{
color: #C6D37C;
}
</style>
background-color css
<style>
a { background-color: #C6D37C; }
a { background-color: rgb(198,211,124); }
div.DivClassName
{
background-color: #C6D37C;
}
.BgClassName
{
background-color: #C6D37C;
}
</style>
border-color css
<style>
span { border-color: #C6D37C; }
span { border-color: rgb(198,211,124); }
td.TdClassName
{
border-color: #C6D37C;
}
.TagClassName
{
border-color: #C6D37C;
}
</style>