Shades of Mindaro #DBF07D
Tints of Mindaro #DBF07D
RGB
CMYK
RGB Variations
Color information
#DBF07D (or 0xDBF07D) is known color: Mindaro. HEX triplet: DB, F0 and 7D. RGB value is (219,240,125). Sum of RGB (Red+Green+Blue) = 219+240+125=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF07D is #240F82. Grayscale: #DDDDDD. Windows color (decimal): -2363267 or 8253659. OLE color: 8253659.
HSL color Cylindrical-coordinate representation of color #DBF07D: hue angle of 70.96º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBF07D is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 125 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.06 |
| HSL | 70.96º | 0.79% | 0.72% | - |
| HSV(B) | 70.96º | 0.48% | 0.94% | - |
| XYZ | 64.08 | 78.86 | 31.25 | - |
| YUV | 220.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 125 | 0.09 | 0 | 0.48 | 0.06 | 70.96 | 0.79 | 0.72 |
| Hex | DB | F0 | 7D | 9 | 0 | 30 | 6 | 47 | 4F | 48 |
| Octal | 333 | 360 | 175 | 11 | 0 | 60 | 6 | 107 | 117 | 110 |
| Binary | 11011011 | 11110000 | 1111101 | 1001 | 0 | 110000 | 110 | 1000111 | 1001111 | 1001000 |
Color Harmonies of #DBF07D
Complementary color
Monochromatic Colors of #DBF07D
Black with #DBF07D
Text Example
Text Example
White with #DBF07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF07D; }
p { color: rgb(219,240,125); }
H1.HeaderClassName
{
color: #DBF07D;
}
.AnyTagClassName
{
color: #DBF07D;
}
</style>
background-color css
<style>
a { background-color: #DBF07D; }
a { background-color: rgb(219,240,125); }
div.DivClassName
{
background-color: #DBF07D;
}
.BgClassName
{
background-color: #DBF07D;
}
</style>
border-color css
<style>
span { border-color: #DBF07D; }
span { border-color: rgb(219,240,125); }
td.TdClassName
{
border-color: #DBF07D;
}
.TagClassName
{
border-color: #DBF07D;
}
</style>