Shades of Deco #C6D37F
Tints of Deco #C6D37F
RGB
CMYK
RGB Variations
Color information
#C6D37F (or 0xC6D37F) is known color: Deco. HEX triplet: C6, D3 and 7F. RGB value is (198,211,127). Sum of RGB (Red+Green+Blue) = 198+211+127=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D37F is #392C80. Grayscale: #C5C5C5. Windows color (decimal): -3746945 or 8377286. OLE color: 8377286.
HSL color Cylindrical-coordinate representation of color #C6D37F: hue angle of 69.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6D37F is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 211 | 127 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.17 |
| HSL | 69.29º | 0.49% | 0.66% | - |
| HSV(B) | 69.29º | 0.4% | 0.83% | - |
| XYZ | 50.41 | 60.13 | 29.03 | - |
| YUV | 197.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 211 | 127 | 0.06 | 0 | 0.40 | 0.17 | 69.29 | 0.49 | 0.66 |
| Hex | C6 | D3 | 7F | 6 | 0 | 28 | 11 | 45 | 31 | 42 |
| Octal | 306 | 323 | 177 | 6 | 0 | 50 | 21 | 105 | 61 | 102 |
| Binary | 11000110 | 11010011 | 1111111 | 110 | 0 | 101000 | 10001 | 1000101 | 110001 | 1000010 |
Color Harmonies of #C6D37F
Complementary color
Monochromatic Colors of #C6D37F
Black with #C6D37F
Text Example
Text Example
White with #C6D37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D37F; }
p { color: rgb(198,211,127); }
H1.HeaderClassName
{
color: #C6D37F;
}
.AnyTagClassName
{
color: #C6D37F;
}
</style>
background-color css
<style>
a { background-color: #C6D37F; }
a { background-color: rgb(198,211,127); }
div.DivClassName
{
background-color: #C6D37F;
}
.BgClassName
{
background-color: #C6D37F;
}
</style>
border-color css
<style>
span { border-color: #C6D37F; }
span { border-color: rgb(198,211,127); }
td.TdClassName
{
border-color: #C6D37F;
}
.TagClassName
{
border-color: #C6D37F;
}
</style>