Shades of Deco #C2D37D
Tints of Deco #C2D37D
RGB
CMYK
RGB Variations
Color information
#C2D37D (or 0xC2D37D) is known color: Deco. HEX triplet: C2, D3 and 7D. RGB value is (194,211,125). Sum of RGB (Red+Green+Blue) = 194+211+125=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D37D is #3D2C82. Grayscale: #C4C4C4. Windows color (decimal): -4009091 or 8246210. OLE color: 8246210.
HSL color Cylindrical-coordinate representation of color #C2D37D: hue angle of 71.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2D37D is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 125 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.17 |
| HSL | 71.86º | 0.49% | 0.66% | - |
| HSV(B) | 71.86º | 0.41% | 0.83% | - |
| XYZ | 49.24 | 59.54 | 28.3 | - |
| YUV | 196.11 | 87.87 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 125 | 0.08 | 0 | 0.41 | 0.17 | 71.86 | 0.49 | 0.66 |
| Hex | C2 | D3 | 7D | 8 | 0 | 29 | 11 | 48 | 31 | 42 |
| Octal | 302 | 323 | 175 | 10 | 0 | 51 | 21 | 110 | 61 | 102 |
| Binary | 11000010 | 11010011 | 1111101 | 1000 | 0 | 101001 | 10001 | 1001000 | 110001 | 1000010 |
Color Harmonies of #C2D37D
Complementary color
Monochromatic Colors of #C2D37D
Black with #C2D37D
Text Example
Text Example
White with #C2D37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D37D; }
p { color: rgb(194,211,125); }
H1.HeaderClassName
{
color: #C2D37D;
}
.AnyTagClassName
{
color: #C2D37D;
}
</style>
background-color css
<style>
a { background-color: #C2D37D; }
a { background-color: rgb(194,211,125); }
div.DivClassName
{
background-color: #C2D37D;
}
.BgClassName
{
background-color: #C2D37D;
}
</style>
border-color css
<style>
span { border-color: #C2D37D; }
span { border-color: rgb(194,211,125); }
td.TdClassName
{
border-color: #C2D37D;
}
.TagClassName
{
border-color: #C2D37D;
}
</style>