Shades of Deco #C2D678
Tints of Deco #C2D678
RGB
CMYK
RGB Variations
Color information
#C2D678 (or 0xC2D678) is known color: Deco. HEX triplet: C2, D6 and 78. RGB value is (194,214,120). Sum of RGB (Red+Green+Blue) = 194+214+120=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D678 is #3D2987. Grayscale: #C5C5C5. Windows color (decimal): -4008328 or 7919298. OLE color: 7919298.
HSL color Cylindrical-coordinate representation of color #C2D678: hue angle of 72.77º 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 #C2D678 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 120 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.16 |
| HSL | 72.77º | 0.53% | 0.65% | - |
| HSV(B) | 72.77º | 0.44% | 0.84% | - |
| XYZ | 49.68 | 60.92 | 26.91 | - |
| YUV | 197.3 | 84.37 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 120 | 0.09 | 0 | 0.44 | 0.16 | 72.77 | 0.53 | 0.65 |
| Hex | C2 | D6 | 78 | 9 | 0 | 2C | 10 | 49 | 35 | 41 |
| Octal | 302 | 326 | 170 | 11 | 0 | 54 | 20 | 111 | 65 | 101 |
| Binary | 11000010 | 11010110 | 1111000 | 1001 | 0 | 101100 | 10000 | 1001001 | 110101 | 1000001 |
Color Harmonies of #C2D678
Complementary color
Monochromatic Colors of #C2D678
Black with #C2D678
Text Example
Text Example
White with #C2D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D678; }
p { color: rgb(194,214,120); }
H1.HeaderClassName
{
color: #C2D678;
}
.AnyTagClassName
{
color: #C2D678;
}
</style>
background-color css
<style>
a { background-color: #C2D678; }
a { background-color: rgb(194,214,120); }
div.DivClassName
{
background-color: #C2D678;
}
.BgClassName
{
background-color: #C2D678;
}
</style>
border-color css
<style>
span { border-color: #C2D678; }
span { border-color: rgb(194,214,120); }
td.TdClassName
{
border-color: #C2D678;
}
.TagClassName
{
border-color: #C2D678;
}
</style>