Shades of Mindaro #DBE479
Tints of Mindaro #DBE479
RGB
CMYK
RGB Variations
Color information
#DBE479 (or 0xDBE479) is known color: Mindaro. HEX triplet: DB, E4 and 79. RGB value is (219,228,121). Sum of RGB (Red+Green+Blue) = 219+228+121=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE479 is #241B86. Grayscale: #D5D5D5. Windows color (decimal): -2366343 or 7988443. OLE color: 7988443.
HSL color Cylindrical-coordinate representation of color #DBE479: hue angle of 65.05º degrees, saturation: 0.66, 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 #DBE479 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 121 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.11 |
| HSL | 65.05º | 0.66% | 0.68% | - |
| HSV(B) | 65.05º | 0.47% | 0.89% | - |
| XYZ | 60.41 | 71.93 | 28.79 | - |
| YUV | 213.11 | 76.02 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 121 | 0.04 | 0 | 0.47 | 0.11 | 65.05 | 0.66 | 0.68 |
| Hex | DB | E4 | 79 | 4 | 0 | 2F | B | 41 | 42 | 44 |
| Octal | 333 | 344 | 171 | 4 | 0 | 57 | 13 | 101 | 102 | 104 |
| Binary | 11011011 | 11100100 | 1111001 | 100 | 0 | 101111 | 1011 | 1000001 | 1000010 | 1000100 |
Color Harmonies of #DBE479
Complementary color
Monochromatic Colors of #DBE479
Black with #DBE479
Text Example
Text Example
White with #DBE479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE479; }
p { color: rgb(219,228,121); }
H1.HeaderClassName
{
color: #DBE479;
}
.AnyTagClassName
{
color: #DBE479;
}
</style>
background-color css
<style>
a { background-color: #DBE479; }
a { background-color: rgb(219,228,121); }
div.DivClassName
{
background-color: #DBE479;
}
.BgClassName
{
background-color: #DBE479;
}
</style>
border-color css
<style>
span { border-color: #DBE479; }
span { border-color: rgb(219,228,121); }
td.TdClassName
{
border-color: #DBE479;
}
.TagClassName
{
border-color: #DBE479;
}
</style>