Shades of Deco #C6D77E
Tints of Deco #C6D77E
RGB
CMYK
RGB Variations
Color information
#C6D77E (or 0xC6D77E) is known color: Deco. HEX triplet: C6, D7 and 7E. RGB value is (198,215,126). Sum of RGB (Red+Green+Blue) = 198+215+126=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D77E is #392881. Grayscale: #C8C8C8. Windows color (decimal): -3745922 or 8312774. OLE color: 8312774.
HSL color Cylindrical-coordinate representation of color #C6D77E: hue angle of 71.46º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6D77E is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 215 | 126 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.16 |
| HSL | 71.46º | 0.53% | 0.67% | - |
| HSV(B) | 71.46º | 0.41% | 0.84% | - |
| XYZ | 51.36 | 62.11 | 29.02 | - |
| YUV | 199.77 | 86.37 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 215 | 126 | 0.08 | 0 | 0.41 | 0.16 | 71.46 | 0.53 | 0.67 |
| Hex | C6 | D7 | 7E | 8 | 0 | 29 | 10 | 47 | 35 | 43 |
| Octal | 306 | 327 | 176 | 10 | 0 | 51 | 20 | 107 | 65 | 103 |
| Binary | 11000110 | 11010111 | 1111110 | 1000 | 0 | 101001 | 10000 | 1000111 | 110101 | 1000011 |
Color Harmonies of #C6D77E
Complementary color
Monochromatic Colors of #C6D77E
Black with #C6D77E
Text Example
Text Example
White with #C6D77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D77E; }
p { color: rgb(198,215,126); }
H1.HeaderClassName
{
color: #C6D77E;
}
.AnyTagClassName
{
color: #C6D77E;
}
</style>
background-color css
<style>
a { background-color: #C6D77E; }
a { background-color: rgb(198,215,126); }
div.DivClassName
{
background-color: #C6D77E;
}
.BgClassName
{
background-color: #C6D77E;
}
</style>
border-color css
<style>
span { border-color: #C6D77E; }
span { border-color: rgb(198,215,126); }
td.TdClassName
{
border-color: #C6D77E;
}
.TagClassName
{
border-color: #C6D77E;
}
</style>