Shades of Deco #C6D474
Tints of Deco #C6D474
RGB
CMYK
RGB Variations
Color information
#C6D474 (or 0xC6D474) is known color: Deco. HEX triplet: C6, D4 and 74. RGB value is (198,212,116). Sum of RGB (Red+Green+Blue) = 198+212+116=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D474 is #392B8B. Grayscale: #C5C5C5. Windows color (decimal): -3746700 or 7656646. OLE color: 7656646.
HSL color Cylindrical-coordinate representation of color #C6D474: hue angle of 68.75º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6D474 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 212 | 116 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.17 |
| HSL | 68.75º | 0.53% | 0.64% | - |
| HSV(B) | 68.75º | 0.45% | 0.83% | - |
| XYZ | 49.98 | 60.35 | 25.54 | - |
| YUV | 196.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 212 | 116 | 0.07 | 0 | 0.45 | 0.17 | 68.75 | 0.53 | 0.64 |
| Hex | C6 | D4 | 74 | 7 | 0 | 2D | 11 | 45 | 35 | 40 |
| Octal | 306 | 324 | 164 | 7 | 0 | 55 | 21 | 105 | 65 | 100 |
| Binary | 11000110 | 11010100 | 1110100 | 111 | 0 | 101101 | 10001 | 1000101 | 110101 | 1000000 |
Color Harmonies of #C6D474
Complementary color
Monochromatic Colors of #C6D474
Black with #C6D474
Text Example
Text Example
White with #C6D474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D474; }
p { color: rgb(198,212,116); }
H1.HeaderClassName
{
color: #C6D474;
}
.AnyTagClassName
{
color: #C6D474;
}
</style>
background-color css
<style>
a { background-color: #C6D474; }
a { background-color: rgb(198,212,116); }
div.DivClassName
{
background-color: #C6D474;
}
.BgClassName
{
background-color: #C6D474;
}
</style>
border-color css
<style>
span { border-color: #C6D474; }
span { border-color: rgb(198,212,116); }
td.TdClassName
{
border-color: #C6D474;
}
.TagClassName
{
border-color: #C6D474;
}
</style>