Shades of Deco #D5E28A
Tints of Deco #D5E28A
RGB
CMYK
RGB Variations
Color information
#D5E28A (or 0xD5E28A) is known color: Deco. HEX triplet: D5, E2 and 8A. RGB value is (213,226,138). Sum of RGB (Red+Green+Blue) = 213+226+138=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E28A is #2A1D75. Grayscale: #D4D4D4. Windows color (decimal): -2760054 or 9102037. OLE color: 9102037.
HSL color Cylindrical-coordinate representation of color #D5E28A: hue angle of 68.86º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5E28A is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 226 | 138 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.11 |
| HSL | 68.86º | 0.6% | 0.71% | - |
| HSV(B) | 68.86º | 0.39% | 0.89% | - |
| XYZ | 59.22 | 70.37 | 34.51 | - |
| YUV | 212.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 226 | 138 | 0.06 | 0 | 0.39 | 0.11 | 68.86 | 0.6 | 0.71 |
| Hex | D5 | E2 | 8A | 6 | 0 | 27 | B | 45 | 3C | 47 |
| Octal | 325 | 342 | 212 | 6 | 0 | 47 | 13 | 105 | 74 | 107 |
| Binary | 11010101 | 11100010 | 10001010 | 110 | 0 | 100111 | 1011 | 1000101 | 111100 | 1000111 |
Color Harmonies of #D5E28A
Complementary color
Monochromatic Colors of #D5E28A
Black with #D5E28A
Text Example
Text Example
White with #D5E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E28A; }
p { color: rgb(213,226,138); }
H1.HeaderClassName
{
color: #D5E28A;
}
.AnyTagClassName
{
color: #D5E28A;
}
</style>
background-color css
<style>
a { background-color: #D5E28A; }
a { background-color: rgb(213,226,138); }
div.DivClassName
{
background-color: #D5E28A;
}
.BgClassName
{
background-color: #D5E28A;
}
</style>
border-color css
<style>
span { border-color: #D5E28A; }
span { border-color: rgb(213,226,138); }
td.TdClassName
{
border-color: #D5E28A;
}
.TagClassName
{
border-color: #D5E28A;
}
</style>