Shades of Mindaro #DBF06D
Tints of Mindaro #DBF06D
RGB
CMYK
RGB Variations
Color information
#DBF06D (or 0xDBF06D) is known color: Mindaro. HEX triplet: DB, F0 and 6D. RGB value is (219,240,109). Sum of RGB (Red+Green+Blue) = 219+240+109=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF06D is #240F92. Grayscale: #DBDBDB. Windows color (decimal): -2363283 or 7205083. OLE color: 7205083.
HSL color Cylindrical-coordinate representation of color #DBF06D: hue angle of 69.62º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBF06D is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 109 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.06 |
| HSL | 69.62º | 0.81% | 0.68% | - |
| HSV(B) | 69.62º | 0.55% | 0.94% | - |
| XYZ | 63.13 | 78.48 | 26.29 | - |
| YUV | 218.79 | 66.04 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 109 | 0.09 | 0 | 0.55 | 0.06 | 69.62 | 0.81 | 0.68 |
| Hex | DB | F0 | 6D | 9 | 0 | 37 | 6 | 46 | 51 | 44 |
| Octal | 333 | 360 | 155 | 11 | 0 | 67 | 6 | 106 | 121 | 104 |
| Binary | 11011011 | 11110000 | 1101101 | 1001 | 0 | 110111 | 110 | 1000110 | 1010001 | 1000100 |
Color Harmonies of #DBF06D
Complementary color
Monochromatic Colors of #DBF06D
Black with #DBF06D
Text Example
Text Example
White with #DBF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF06D; }
p { color: rgb(219,240,109); }
H1.HeaderClassName
{
color: #DBF06D;
}
.AnyTagClassName
{
color: #DBF06D;
}
</style>
background-color css
<style>
a { background-color: #DBF06D; }
a { background-color: rgb(219,240,109); }
div.DivClassName
{
background-color: #DBF06D;
}
.BgClassName
{
background-color: #DBF06D;
}
</style>
border-color css
<style>
span { border-color: #DBF06D; }
span { border-color: rgb(219,240,109); }
td.TdClassName
{
border-color: #DBF06D;
}
.TagClassName
{
border-color: #DBF06D;
}
</style>