Shades of Mindaro #DBEF80
Tints of Mindaro #DBEF80
RGB
CMYK
RGB Variations
Color information
#DBEF80 (or 0xDBEF80) is known color: Mindaro. HEX triplet: DB, EF and 80. RGB value is (219,239,128). Sum of RGB (Red+Green+Blue) = 219+239+128=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF80 is #24107F. Grayscale: #DCDCDC. Windows color (decimal): -2363520 or 8450011. OLE color: 8450011.
HSL color Cylindrical-coordinate representation of color #DBEF80: hue angle of 70.81º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBEF80 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 128 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.06 |
| HSL | 70.81º | 0.78% | 0.72% | - |
| HSV(B) | 70.81º | 0.46% | 0.94% | - |
| XYZ | 63.98 | 78.35 | 32.17 | - |
| YUV | 220.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 128 | 0.08 | 0 | 0.46 | 0.06 | 70.81 | 0.78 | 0.72 |
| Hex | DB | EF | 80 | 8 | 0 | 2E | 6 | 47 | 4E | 48 |
| Octal | 333 | 357 | 200 | 10 | 0 | 56 | 6 | 107 | 116 | 110 |
| Binary | 11011011 | 11101111 | 10000000 | 1000 | 0 | 101110 | 110 | 1000111 | 1001110 | 1001000 |
Color Harmonies of #DBEF80
Complementary color
Monochromatic Colors of #DBEF80
Black with #DBEF80
Text Example
Text Example
White with #DBEF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF80; }
p { color: rgb(219,239,128); }
H1.HeaderClassName
{
color: #DBEF80;
}
.AnyTagClassName
{
color: #DBEF80;
}
</style>
background-color css
<style>
a { background-color: #DBEF80; }
a { background-color: rgb(219,239,128); }
div.DivClassName
{
background-color: #DBEF80;
}
.BgClassName
{
background-color: #DBEF80;
}
</style>
border-color css
<style>
span { border-color: #DBEF80; }
span { border-color: rgb(219,239,128); }
td.TdClassName
{
border-color: #DBEF80;
}
.TagClassName
{
border-color: #DBEF80;
}
</style>