Shades of Deco #D4E18A
Tints of Deco #D4E18A
RGB
CMYK
RGB Variations
Color information
#D4E18A (or 0xD4E18A) is known color: Deco. HEX triplet: D4, E1 and 8A. RGB value is (212,225,138). Sum of RGB (Red+Green+Blue) = 212+225+138=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E18A is #2B1E75. Grayscale: #D3D3D3. Windows color (decimal): -2825846 or 9101780. OLE color: 9101780.
HSL color Cylindrical-coordinate representation of color #D4E18A: hue angle of 68.97º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4E18A is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 138 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.12 |
| HSL | 68.97º | 0.59% | 0.71% | - |
| HSV(B) | 68.97º | 0.39% | 0.88% | - |
| XYZ | 58.66 | 69.68 | 34.4 | - |
| YUV | 211.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 138 | 0.06 | 0 | 0.39 | 0.12 | 68.97 | 0.59 | 0.71 |
| Hex | D4 | E1 | 8A | 6 | 0 | 27 | C | 45 | 3B | 47 |
| Octal | 324 | 341 | 212 | 6 | 0 | 47 | 14 | 105 | 73 | 107 |
| Binary | 11010100 | 11100001 | 10001010 | 110 | 0 | 100111 | 1100 | 1000101 | 111011 | 1000111 |
Color Harmonies of #D4E18A
Complementary color
Monochromatic Colors of #D4E18A
Black with #D4E18A
Text Example
Text Example
White with #D4E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E18A; }
p { color: rgb(212,225,138); }
H1.HeaderClassName
{
color: #D4E18A;
}
.AnyTagClassName
{
color: #D4E18A;
}
</style>
background-color css
<style>
a { background-color: #D4E18A; }
a { background-color: rgb(212,225,138); }
div.DivClassName
{
background-color: #D4E18A;
}
.BgClassName
{
background-color: #D4E18A;
}
</style>
border-color css
<style>
span { border-color: #D4E18A; }
span { border-color: rgb(212,225,138); }
td.TdClassName
{
border-color: #D4E18A;
}
.TagClassName
{
border-color: #D4E18A;
}
</style>