Shades of Deco #C4D678
Tints of Deco #C4D678
RGB
CMYK
RGB Variations
Color information
#C4D678 (or 0xC4D678) is known color: Deco. HEX triplet: C4, D6 and 78. RGB value is (196,214,120). Sum of RGB (Red+Green+Blue) = 196+214+120=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D678 is #3B2987. Grayscale: #C6C6C6. Windows color (decimal): -3877256 or 7919300. OLE color: 7919300.
HSL color Cylindrical-coordinate representation of color #C4D678: hue angle of 71.49º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4D678 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 120 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.16 |
| HSL | 71.49º | 0.53% | 0.65% | - |
| HSV(B) | 71.49º | 0.44% | 0.84% | - |
| XYZ | 50.2 | 61.18 | 26.93 | - |
| YUV | 197.9 | 84.04 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 120 | 0.08 | 0 | 0.44 | 0.16 | 71.49 | 0.53 | 0.65 |
| Hex | C4 | D6 | 78 | 8 | 0 | 2C | 10 | 47 | 35 | 41 |
| Octal | 304 | 326 | 170 | 10 | 0 | 54 | 20 | 107 | 65 | 101 |
| Binary | 11000100 | 11010110 | 1111000 | 1000 | 0 | 101100 | 10000 | 1000111 | 110101 | 1000001 |
Color Harmonies of #C4D678
Complementary color
Monochromatic Colors of #C4D678
Black with #C4D678
Text Example
Text Example
White with #C4D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D678; }
p { color: rgb(196,214,120); }
H1.HeaderClassName
{
color: #C4D678;
}
.AnyTagClassName
{
color: #C4D678;
}
</style>
background-color css
<style>
a { background-color: #C4D678; }
a { background-color: rgb(196,214,120); }
div.DivClassName
{
background-color: #C4D678;
}
.BgClassName
{
background-color: #C4D678;
}
</style>
border-color css
<style>
span { border-color: #C4D678; }
span { border-color: rgb(196,214,120); }
td.TdClassName
{
border-color: #C4D678;
}
.TagClassName
{
border-color: #C4D678;
}
</style>