Shades of Deco #C2D27C
Tints of Deco #C2D27C
RGB
CMYK
RGB Variations
Color information
#C2D27C (or 0xC2D27C) is known color: Deco. HEX triplet: C2, D2 and 7C. RGB value is (194,210,124). Sum of RGB (Red+Green+Blue) = 194+210+124=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D27C is #3D2D83. Grayscale: #C3C3C3. Windows color (decimal): -4009348 or 8180418. OLE color: 8180418.
HSL color Cylindrical-coordinate representation of color #C2D27C: hue angle of 71.16º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2D27C is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 124 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.18 |
| HSL | 71.16º | 0.49% | 0.65% | - |
| HSV(B) | 71.16º | 0.41% | 0.82% | - |
| XYZ | 48.93 | 59.02 | 27.88 | - |
| YUV | 195.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 124 | 0.08 | 0 | 0.41 | 0.18 | 71.16 | 0.49 | 0.65 |
| Hex | C2 | D2 | 7C | 8 | 0 | 29 | 12 | 47 | 31 | 41 |
| Octal | 302 | 322 | 174 | 10 | 0 | 51 | 22 | 107 | 61 | 101 |
| Binary | 11000010 | 11010010 | 1111100 | 1000 | 0 | 101001 | 10010 | 1000111 | 110001 | 1000001 |
Color Harmonies of #C2D27C
Complementary color
Monochromatic Colors of #C2D27C
Black with #C2D27C
Text Example
Text Example
White with #C2D27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D27C; }
p { color: rgb(194,210,124); }
H1.HeaderClassName
{
color: #C2D27C;
}
.AnyTagClassName
{
color: #C2D27C;
}
</style>
background-color css
<style>
a { background-color: #C2D27C; }
a { background-color: rgb(194,210,124); }
div.DivClassName
{
background-color: #C2D27C;
}
.BgClassName
{
background-color: #C2D27C;
}
</style>
border-color css
<style>
span { border-color: #C2D27C; }
span { border-color: rgb(194,210,124); }
td.TdClassName
{
border-color: #C2D27C;
}
.TagClassName
{
border-color: #C2D27C;
}
</style>