Shades of Deco #C6D58E
Tints of Deco #C6D58E
RGB
CMYK
RGB Variations
Color information
#C6D58E (or 0xC6D58E) is known color: Deco. HEX triplet: C6, D5 and 8E. RGB value is (198,213,142). Sum of RGB (Red+Green+Blue) = 198+213+142=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D58E is #392A71. Grayscale: #C8C8C8. Windows color (decimal): -3746418 or 9360838. OLE color: 9360838.
HSL color Cylindrical-coordinate representation of color #C6D58E: hue angle of 72.68º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6D58E is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 142 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.16 |
| HSL | 72.68º | 0.46% | 0.7% | - |
| HSV(B) | 72.68º | 0.33% | 0.84% | - |
| XYZ | 51.97 | 61.55 | 34.73 | - |
| YUV | 200.42 | 95.03 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 142 | 0.07 | 0 | 0.33 | 0.16 | 72.68 | 0.46 | 0.7 |
| Hex | C6 | D5 | 8E | 7 | 0 | 21 | 10 | 49 | 2E | 46 |
| Octal | 306 | 325 | 216 | 7 | 0 | 41 | 20 | 111 | 56 | 106 |
| Binary | 11000110 | 11010101 | 10001110 | 111 | 0 | 100001 | 10000 | 1001001 | 101110 | 1000110 |
Color Harmonies of #C6D58E
Complementary color
Monochromatic Colors of #C6D58E
Black with #C6D58E
Text Example
Text Example
White with #C6D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D58E; }
p { color: rgb(198,213,142); }
H1.HeaderClassName
{
color: #C6D58E;
}
.AnyTagClassName
{
color: #C6D58E;
}
</style>
background-color css
<style>
a { background-color: #C6D58E; }
a { background-color: rgb(198,213,142); }
div.DivClassName
{
background-color: #C6D58E;
}
.BgClassName
{
background-color: #C6D58E;
}
</style>
border-color css
<style>
span { border-color: #C6D58E; }
span { border-color: rgb(198,213,142); }
td.TdClassName
{
border-color: #C6D58E;
}
.TagClassName
{
border-color: #C6D58E;
}
</style>