Shades of Deco #C2D775
Tints of Deco #C2D775
RGB
CMYK
RGB Variations
Color information
#C2D775 (or 0xC2D775) is known color: Deco. HEX triplet: C2, D7 and 75. RGB value is (194,215,117). Sum of RGB (Red+Green+Blue) = 194+215+117=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D775 is #3D288A. Grayscale: #C5C5C5. Windows color (decimal): -4008075 or 7722946. OLE color: 7722946.
HSL color Cylindrical-coordinate representation of color #C2D775: hue angle of 72.86º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2D775 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 117 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.16 |
| HSL | 72.86º | 0.55% | 0.65% | - |
| HSV(B) | 72.86º | 0.46% | 0.84% | - |
| XYZ | 49.76 | 61.35 | 26.05 | - |
| YUV | 197.55 | 82.54 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 117 | 0.10 | 0 | 0.46 | 0.16 | 72.86 | 0.55 | 0.65 |
| Hex | C2 | D7 | 75 | A | 0 | 2E | 10 | 49 | 37 | 41 |
| Octal | 302 | 327 | 165 | 12 | 0 | 56 | 20 | 111 | 67 | 101 |
| Binary | 11000010 | 11010111 | 1110101 | 1010 | 0 | 101110 | 10000 | 1001001 | 110111 | 1000001 |
Color Harmonies of #C2D775
Complementary color
Monochromatic Colors of #C2D775
Black with #C2D775
Text Example
Text Example
White with #C2D775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D775; }
p { color: rgb(194,215,117); }
H1.HeaderClassName
{
color: #C2D775;
}
.AnyTagClassName
{
color: #C2D775;
}
</style>
background-color css
<style>
a { background-color: #C2D775; }
a { background-color: rgb(194,215,117); }
div.DivClassName
{
background-color: #C2D775;
}
.BgClassName
{
background-color: #C2D775;
}
</style>
border-color css
<style>
span { border-color: #C2D775; }
span { border-color: rgb(194,215,117); }
td.TdClassName
{
border-color: #C2D775;
}
.TagClassName
{
border-color: #C2D775;
}
</style>