Shades of Deco #C2D177
Tints of Deco #C2D177
RGB
CMYK
RGB Variations
Color information
#C2D177 (or 0xC2D177) is known color: Deco. HEX triplet: C2, D1 and 77. RGB value is (194,209,119). Sum of RGB (Red+Green+Blue) = 194+209+119=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D177 is #3D2E88. Grayscale: #C2C2C2. Windows color (decimal): -4009609 or 7852482. OLE color: 7852482.
HSL color Cylindrical-coordinate representation of color #C2D177: hue angle of 70º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2D177 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 119 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.18 |
| HSL | 70º | 0.49% | 0.64% | - |
| HSV(B) | 70º | 0.43% | 0.82% | - |
| XYZ | 48.38 | 58.4 | 26.18 | - |
| YUV | 194.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 119 | 0.07 | 0 | 0.43 | 0.18 | 70 | 0.49 | 0.64 |
| Hex | C2 | D1 | 77 | 7 | 0 | 2B | 12 | 46 | 31 | 40 |
| Octal | 302 | 321 | 167 | 7 | 0 | 53 | 22 | 106 | 61 | 100 |
| Binary | 11000010 | 11010001 | 1110111 | 111 | 0 | 101011 | 10010 | 1000110 | 110001 | 1000000 |
Color Harmonies of #C2D177
Complementary color
Monochromatic Colors of #C2D177
Black with #C2D177
Text Example
Text Example
White with #C2D177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D177; }
p { color: rgb(194,209,119); }
H1.HeaderClassName
{
color: #C2D177;
}
.AnyTagClassName
{
color: #C2D177;
}
</style>
background-color css
<style>
a { background-color: #C2D177; }
a { background-color: rgb(194,209,119); }
div.DivClassName
{
background-color: #C2D177;
}
.BgClassName
{
background-color: #C2D177;
}
</style>
border-color css
<style>
span { border-color: #C2D177; }
span { border-color: rgb(194,209,119); }
td.TdClassName
{
border-color: #C2D177;
}
.TagClassName
{
border-color: #C2D177;
}
</style>