Shades of Mindaro #DBEF70
Tints of Mindaro #DBEF70
RGB
CMYK
RGB Variations
Color information
#DBEF70 (or 0xDBEF70) is known color: Mindaro. HEX triplet: DB, EF and 70. RGB value is (219,239,112). Sum of RGB (Red+Green+Blue) = 219+239+112=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF70 is #24108F. Grayscale: #DBDBDB. Windows color (decimal): -2363536 or 7401435. OLE color: 7401435.
HSL color Cylindrical-coordinate representation of color #DBEF70: hue angle of 69.45º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBEF70 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 112 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.06 |
| HSL | 69.45º | 0.8% | 0.69% | - |
| HSV(B) | 69.45º | 0.53% | 0.94% | - |
| XYZ | 63 | 77.96 | 27.06 | - |
| YUV | 218.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 112 | 0.08 | 0 | 0.53 | 0.06 | 69.45 | 0.8 | 0.69 |
| Hex | DB | EF | 70 | 8 | 0 | 35 | 6 | 45 | 50 | 45 |
| Octal | 333 | 357 | 160 | 10 | 0 | 65 | 6 | 105 | 120 | 105 |
| Binary | 11011011 | 11101111 | 1110000 | 1000 | 0 | 110101 | 110 | 1000101 | 1010000 | 1000101 |
Color Harmonies of #DBEF70
Complementary color
Monochromatic Colors of #DBEF70
Black with #DBEF70
Text Example
Text Example
White with #DBEF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF70; }
p { color: rgb(219,239,112); }
H1.HeaderClassName
{
color: #DBEF70;
}
.AnyTagClassName
{
color: #DBEF70;
}
</style>
background-color css
<style>
a { background-color: #DBEF70; }
a { background-color: rgb(219,239,112); }
div.DivClassName
{
background-color: #DBEF70;
}
.BgClassName
{
background-color: #DBEF70;
}
</style>
border-color css
<style>
span { border-color: #DBEF70; }
span { border-color: rgb(219,239,112); }
td.TdClassName
{
border-color: #DBEF70;
}
.TagClassName
{
border-color: #DBEF70;
}
</style>