Shades of Mindaro #DBE680
Tints of Mindaro #DBE680
RGB
CMYK
RGB Variations
Color information
#DBE680 (or 0xDBE680) is known color: Mindaro. HEX triplet: DB, E6 and 80. RGB value is (219,230,128). Sum of RGB (Red+Green+Blue) = 219+230+128=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE680 is #24197F. Grayscale: #D7D7D7. Windows color (decimal): -2365824 or 8447707. OLE color: 8447707.
HSL color Cylindrical-coordinate representation of color #DBE680: hue angle of 66.47º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBE680 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 128 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.10 |
| HSL | 66.47º | 0.67% | 0.7% | - |
| HSV(B) | 66.47º | 0.44% | 0.9% | - |
| XYZ | 61.41 | 73.21 | 31.32 | - |
| YUV | 215.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 128 | 0.05 | 0 | 0.44 | 0.10 | 66.47 | 0.67 | 0.7 |
| Hex | DB | E6 | 80 | 5 | 0 | 2C | A | 42 | 43 | 46 |
| Octal | 333 | 346 | 200 | 5 | 0 | 54 | 12 | 102 | 103 | 106 |
| Binary | 11011011 | 11100110 | 10000000 | 101 | 0 | 101100 | 1010 | 1000010 | 1000011 | 1000110 |
Color Harmonies of #DBE680
Complementary color
Monochromatic Colors of #DBE680
Black with #DBE680
Text Example
Text Example
White with #DBE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE680; }
p { color: rgb(219,230,128); }
H1.HeaderClassName
{
color: #DBE680;
}
.AnyTagClassName
{
color: #DBE680;
}
</style>
background-color css
<style>
a { background-color: #DBE680; }
a { background-color: rgb(219,230,128); }
div.DivClassName
{
background-color: #DBE680;
}
.BgClassName
{
background-color: #DBE680;
}
</style>
border-color css
<style>
span { border-color: #DBE680; }
span { border-color: rgb(219,230,128); }
td.TdClassName
{
border-color: #DBE680;
}
.TagClassName
{
border-color: #DBE680;
}
</style>