Shades of Deco #D4E18E
Tints of Deco #D4E18E
RGB
CMYK
RGB Variations
Color information
#D4E18E (or 0xD4E18E) is known color: Deco. HEX triplet: D4, E1 and 8E. RGB value is (212,225,142). Sum of RGB (Red+Green+Blue) = 212+225+142=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E18E is #2B1E71. Grayscale: #D3D3D3. Windows color (decimal): -2825842 or 9363924. OLE color: 9363924.
HSL color Cylindrical-coordinate representation of color #D4E18E: hue angle of 69.4º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4E18E is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 142 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.12 |
| HSL | 69.4º | 0.58% | 0.72% | - |
| HSV(B) | 69.4º | 0.37% | 0.88% | - |
| XYZ | 58.96 | 69.8 | 35.96 | - |
| YUV | 211.65 | 88.69 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 142 | 0.06 | 0 | 0.37 | 0.12 | 69.4 | 0.58 | 0.72 |
| Hex | D4 | E1 | 8E | 6 | 0 | 25 | C | 45 | 3A | 48 |
| Octal | 324 | 341 | 216 | 6 | 0 | 45 | 14 | 105 | 72 | 110 |
| Binary | 11010100 | 11100001 | 10001110 | 110 | 0 | 100101 | 1100 | 1000101 | 111010 | 1001000 |
Color Harmonies of #D4E18E
Complementary color
Monochromatic Colors of #D4E18E
Black with #D4E18E
Text Example
Text Example
White with #D4E18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E18E; }
p { color: rgb(212,225,142); }
H1.HeaderClassName
{
color: #D4E18E;
}
.AnyTagClassName
{
color: #D4E18E;
}
</style>
background-color css
<style>
a { background-color: #D4E18E; }
a { background-color: rgb(212,225,142); }
div.DivClassName
{
background-color: #D4E18E;
}
.BgClassName
{
background-color: #D4E18E;
}
</style>
border-color css
<style>
span { border-color: #D4E18E; }
span { border-color: rgb(212,225,142); }
td.TdClassName
{
border-color: #D4E18E;
}
.TagClassName
{
border-color: #D4E18E;
}
</style>