Shades of Deco #C2D27D
Tints of Deco #C2D27D
RGB
CMYK
RGB Variations
Color information
#C2D27D (or 0xC2D27D) is known color: Deco. HEX triplet: C2, D2 and 7D. RGB value is (194,210,125). Sum of RGB (Red+Green+Blue) = 194+210+125=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D27D is #3D2D82. Grayscale: #C3C3C3. Windows color (decimal): -4009347 or 8245954. OLE color: 8245954.
HSL color Cylindrical-coordinate representation of color #C2D27D: hue angle of 71.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2D27D is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 125 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.18 |
| HSL | 71.29º | 0.49% | 0.66% | - |
| HSV(B) | 71.29º | 0.4% | 0.82% | - |
| XYZ | 49 | 59.04 | 28.22 | - |
| YUV | 195.53 | 88.2 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 125 | 0.08 | 0 | 0.40 | 0.18 | 71.29 | 0.49 | 0.66 |
| Hex | C2 | D2 | 7D | 8 | 0 | 28 | 12 | 47 | 31 | 42 |
| Octal | 302 | 322 | 175 | 10 | 0 | 50 | 22 | 107 | 61 | 102 |
| Binary | 11000010 | 11010010 | 1111101 | 1000 | 0 | 101000 | 10010 | 1000111 | 110001 | 1000010 |
Color Harmonies of #C2D27D
Complementary color
Monochromatic Colors of #C2D27D
Black with #C2D27D
Text Example
Text Example
White with #C2D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D27D; }
p { color: rgb(194,210,125); }
H1.HeaderClassName
{
color: #C2D27D;
}
.AnyTagClassName
{
color: #C2D27D;
}
</style>
background-color css
<style>
a { background-color: #C2D27D; }
a { background-color: rgb(194,210,125); }
div.DivClassName
{
background-color: #C2D27D;
}
.BgClassName
{
background-color: #C2D27D;
}
</style>
border-color css
<style>
span { border-color: #C2D27D; }
span { border-color: rgb(194,210,125); }
td.TdClassName
{
border-color: #C2D27D;
}
.TagClassName
{
border-color: #C2D27D;
}
</style>