Shades of Deco #C2D28E
Tints of Deco #C2D28E
RGB
CMYK
RGB Variations
Color information
#C2D28E (or 0xC2D28E) is known color: Deco. HEX triplet: C2, D2 and 8E. RGB value is (194,210,142). Sum of RGB (Red+Green+Blue) = 194+210+142=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D28E is #3D2D71. Grayscale: #C5C5C5. Windows color (decimal): -4009330 or 9360066. OLE color: 9360066.
HSL color Cylindrical-coordinate representation of color #C2D28E: hue angle of 74.12º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2D28E is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 142 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.18 |
| HSL | 74.12º | 0.43% | 0.69% | - |
| HSV(B) | 74.12º | 0.32% | 0.82% | - |
| XYZ | 50.18 | 59.52 | 34.43 | - |
| YUV | 197.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 142 | 0.08 | 0 | 0.32 | 0.18 | 74.12 | 0.43 | 0.69 |
| Hex | C2 | D2 | 8E | 8 | 0 | 20 | 12 | 4A | 2B | 45 |
| Octal | 302 | 322 | 216 | 10 | 0 | 40 | 22 | 112 | 53 | 105 |
| Binary | 11000010 | 11010010 | 10001110 | 1000 | 0 | 100000 | 10010 | 1001010 | 101011 | 1000101 |
Color Harmonies of #C2D28E
Complementary color
Monochromatic Colors of #C2D28E
Black with #C2D28E
Text Example
Text Example
White with #C2D28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D28E; }
p { color: rgb(194,210,142); }
H1.HeaderClassName
{
color: #C2D28E;
}
.AnyTagClassName
{
color: #C2D28E;
}
</style>
background-color css
<style>
a { background-color: #C2D28E; }
a { background-color: rgb(194,210,142); }
div.DivClassName
{
background-color: #C2D28E;
}
.BgClassName
{
background-color: #C2D28E;
}
</style>
border-color css
<style>
span { border-color: #C2D28E; }
span { border-color: rgb(194,210,142); }
td.TdClassName
{
border-color: #C2D28E;
}
.TagClassName
{
border-color: #C2D28E;
}
</style>