Shades of Deco #C2D77C
Tints of Deco #C2D77C
RGB
CMYK
RGB Variations
Color information
#C2D77C (or 0xC2D77C) is known color: Deco. HEX triplet: C2, D7 and 7C. RGB value is (194,215,124). Sum of RGB (Red+Green+Blue) = 194+215+124=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D77C is #3D2883. Grayscale: #C6C6C6. Windows color (decimal): -4008068 or 8181698. OLE color: 8181698.
HSL color Cylindrical-coordinate representation of color #C2D77C: hue angle of 73.85º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2D77C is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 124 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.16 |
| HSL | 73.85º | 0.53% | 0.66% | - |
| HSV(B) | 73.85º | 0.42% | 0.84% | - |
| XYZ | 50.19 | 61.53 | 28.3 | - |
| YUV | 198.35 | 86.04 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 124 | 0.10 | 0 | 0.42 | 0.16 | 73.85 | 0.53 | 0.66 |
| Hex | C2 | D7 | 7C | A | 0 | 2A | 10 | 4A | 35 | 42 |
| Octal | 302 | 327 | 174 | 12 | 0 | 52 | 20 | 112 | 65 | 102 |
| Binary | 11000010 | 11010111 | 1111100 | 1010 | 0 | 101010 | 10000 | 1001010 | 110101 | 1000010 |
Color Harmonies of #C2D77C
Complementary color
Monochromatic Colors of #C2D77C
Black with #C2D77C
Text Example
Text Example
White with #C2D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D77C; }
p { color: rgb(194,215,124); }
H1.HeaderClassName
{
color: #C2D77C;
}
.AnyTagClassName
{
color: #C2D77C;
}
</style>
background-color css
<style>
a { background-color: #C2D77C; }
a { background-color: rgb(194,215,124); }
div.DivClassName
{
background-color: #C2D77C;
}
.BgClassName
{
background-color: #C2D77C;
}
</style>
border-color css
<style>
span { border-color: #C2D77C; }
span { border-color: rgb(194,215,124); }
td.TdClassName
{
border-color: #C2D77C;
}
.TagClassName
{
border-color: #C2D77C;
}
</style>