Shades of Mindaro #DBE478
Tints of Mindaro #DBE478
RGB
CMYK
RGB Variations
Color information
#DBE478 (or 0xDBE478) is known color: Mindaro. HEX triplet: DB, E4 and 78. RGB value is (219,228,120). Sum of RGB (Red+Green+Blue) = 219+228+120=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE478 is #241B87. Grayscale: #D5D5D5. Windows color (decimal): -2366344 or 7922907. OLE color: 7922907.
HSL color Cylindrical-coordinate representation of color #DBE478: hue angle of 65º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBE478 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 120 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.11 |
| HSL | 65º | 0.67% | 0.68% | - |
| HSV(B) | 65º | 0.47% | 0.89% | - |
| XYZ | 60.35 | 71.9 | 28.47 | - |
| YUV | 213 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 120 | 0.04 | 0 | 0.47 | 0.11 | 65 | 0.67 | 0.68 |
| Hex | DB | E4 | 78 | 4 | 0 | 2F | B | 41 | 43 | 44 |
| Octal | 333 | 344 | 170 | 4 | 0 | 57 | 13 | 101 | 103 | 104 |
| Binary | 11011011 | 11100100 | 1111000 | 100 | 0 | 101111 | 1011 | 1000001 | 1000011 | 1000100 |
Color Harmonies of #DBE478
Complementary color
Monochromatic Colors of #DBE478
Black with #DBE478
Text Example
Text Example
White with #DBE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE478; }
p { color: rgb(219,228,120); }
H1.HeaderClassName
{
color: #DBE478;
}
.AnyTagClassName
{
color: #DBE478;
}
</style>
background-color css
<style>
a { background-color: #DBE478; }
a { background-color: rgb(219,228,120); }
div.DivClassName
{
background-color: #DBE478;
}
.BgClassName
{
background-color: #DBE478;
}
</style>
border-color css
<style>
span { border-color: #DBE478; }
span { border-color: rgb(219,228,120); }
td.TdClassName
{
border-color: #DBE478;
}
.TagClassName
{
border-color: #DBE478;
}
</style>