Shades of Mindaro #DBF063
Tints of Mindaro #DBF063
RGB
CMYK
RGB Variations
Color information
#DBF063 (or 0xDBF063) is known color: Mindaro. HEX triplet: DB, F0 and 63. RGB value is (219,240,99). Sum of RGB (Red+Green+Blue) = 219+240+99=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 99 (39.06% from 255 or 17.74% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF063 is #240F9C. Grayscale: #DADADA. Windows color (decimal): -2363293 or 6549723. OLE color: 6549723.
HSL color Cylindrical-coordinate representation of color #DBF063: hue angle of 68.94º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBF063 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 99 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.06 |
| HSL | 68.94º | 0.82% | 0.66% | - |
| HSV(B) | 68.94º | 0.59% | 0.94% | - |
| XYZ | 62.63 | 78.28 | 23.61 | - |
| YUV | 217.65 | 61.04 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 99 | 0.09 | 0 | 0.59 | 0.06 | 68.94 | 0.82 | 0.66 |
| Hex | DB | F0 | 63 | 9 | 0 | 3B | 6 | 45 | 52 | 42 |
| Octal | 333 | 360 | 143 | 11 | 0 | 73 | 6 | 105 | 122 | 102 |
| Binary | 11011011 | 11110000 | 1100011 | 1001 | 0 | 111011 | 110 | 1000101 | 1010010 | 1000010 |
Color Harmonies of #DBF063
Complementary color
Monochromatic Colors of #DBF063
Black with #DBF063
Text Example
Text Example
White with #DBF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF063; }
p { color: rgb(219,240,99); }
H1.HeaderClassName
{
color: #DBF063;
}
.AnyTagClassName
{
color: #DBF063;
}
</style>
background-color css
<style>
a { background-color: #DBF063; }
a { background-color: rgb(219,240,99); }
div.DivClassName
{
background-color: #DBF063;
}
.BgClassName
{
background-color: #DBF063;
}
</style>
border-color css
<style>
span { border-color: #DBF063; }
span { border-color: rgb(219,240,99); }
td.TdClassName
{
border-color: #DBF063;
}
.TagClassName
{
border-color: #DBF063;
}
</style>