Shades of Mindaro #DBE684
Tints of Mindaro #DBE684
RGB
CMYK
RGB Variations
Color information
#DBE684 (or 0xDBE684) is known color: Mindaro. HEX triplet: DB, E6 and 84. RGB value is (219,230,132). Sum of RGB (Red+Green+Blue) = 219+230+132=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE684 is #24197B. Grayscale: #D7D7D7. Windows color (decimal): -2365820 or 8709851. OLE color: 8709851.
HSL color Cylindrical-coordinate representation of color #DBE684: hue angle of 66.73º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBE684 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 132 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.10 |
| HSL | 66.73º | 0.66% | 0.71% | - |
| HSV(B) | 66.73º | 0.43% | 0.9% | - |
| XYZ | 61.68 | 73.32 | 32.73 | - |
| YUV | 215.54 | 80.86 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 132 | 0.05 | 0 | 0.43 | 0.10 | 66.73 | 0.66 | 0.71 |
| Hex | DB | E6 | 84 | 5 | 0 | 2B | A | 43 | 42 | 47 |
| Octal | 333 | 346 | 204 | 5 | 0 | 53 | 12 | 103 | 102 | 107 |
| Binary | 11011011 | 11100110 | 10000100 | 101 | 0 | 101011 | 1010 | 1000011 | 1000010 | 1000111 |
Color Harmonies of #DBE684
Complementary color
Monochromatic Colors of #DBE684
Black with #DBE684
Text Example
Text Example
White with #DBE684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE684; }
p { color: rgb(219,230,132); }
H1.HeaderClassName
{
color: #DBE684;
}
.AnyTagClassName
{
color: #DBE684;
}
</style>
background-color css
<style>
a { background-color: #DBE684; }
a { background-color: rgb(219,230,132); }
div.DivClassName
{
background-color: #DBE684;
}
.BgClassName
{
background-color: #DBE684;
}
</style>
border-color css
<style>
span { border-color: #DBE684; }
span { border-color: rgb(219,230,132); }
td.TdClassName
{
border-color: #DBE684;
}
.TagClassName
{
border-color: #DBE684;
}
</style>