Shades of Deco #C2D388
Tints of Deco #C2D388
RGB
CMYK
RGB Variations
Color information
#C2D388 (or 0xC2D388) is known color: Deco. HEX triplet: C2, D3 and 88. RGB value is (194,211,136). Sum of RGB (Red+Green+Blue) = 194+211+136=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D388 is #3D2C77. Grayscale: #C5C5C5. Windows color (decimal): -4009080 or 8967106. OLE color: 8967106.
HSL color Cylindrical-coordinate representation of color #C2D388: hue angle of 73.6º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2D388 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 136 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.17 |
| HSL | 73.6º | 0.46% | 0.68% | - |
| HSV(B) | 73.6º | 0.36% | 0.83% | - |
| XYZ | 49.99 | 59.84 | 32.21 | - |
| YUV | 197.37 | 93.37 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 136 | 0.08 | 0 | 0.36 | 0.17 | 73.6 | 0.46 | 0.68 |
| Hex | C2 | D3 | 88 | 8 | 0 | 24 | 11 | 4A | 2E | 44 |
| Octal | 302 | 323 | 210 | 10 | 0 | 44 | 21 | 112 | 56 | 104 |
| Binary | 11000010 | 11010011 | 10001000 | 1000 | 0 | 100100 | 10001 | 1001010 | 101110 | 1000100 |
Color Harmonies of #C2D388
Complementary color
Monochromatic Colors of #C2D388
Black with #C2D388
Text Example
Text Example
White with #C2D388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D388; }
p { color: rgb(194,211,136); }
H1.HeaderClassName
{
color: #C2D388;
}
.AnyTagClassName
{
color: #C2D388;
}
</style>
background-color css
<style>
a { background-color: #C2D388; }
a { background-color: rgb(194,211,136); }
div.DivClassName
{
background-color: #C2D388;
}
.BgClassName
{
background-color: #C2D388;
}
</style>
border-color css
<style>
span { border-color: #C2D388; }
span { border-color: rgb(194,211,136); }
td.TdClassName
{
border-color: #C2D388;
}
.TagClassName
{
border-color: #C2D388;
}
</style>