Shades of Mindaro #DBF463
Tints of Mindaro #DBF463
RGB
CMYK
RGB Variations
Color information
#DBF463 (or 0xDBF463) is known color: Mindaro. HEX triplet: DB, F4 and 63. RGB value is (219,244,99). Sum of RGB (Red+Green+Blue) = 219+244+99=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 99 (39.06% from 255 or 17.62% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF463 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF463 is #240B9C. Grayscale: #DCDCDC. Windows color (decimal): -2362269 or 6550747. OLE color: 6550747.
HSL color Cylindrical-coordinate representation of color #DBF463: hue angle of 70.34º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBF463 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 99 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.04 |
| HSL | 70.34º | 0.87% | 0.67% | - |
| HSV(B) | 70.34º | 0.59% | 0.96% | - |
| XYZ | 63.82 | 80.66 | 24.01 | - |
| YUV | 220 | 59.72 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 99 | 0.10 | 0 | 0.59 | 0.04 | 70.34 | 0.87 | 0.67 |
| Hex | DB | F4 | 63 | A | 0 | 3B | 4 | 46 | 57 | 43 |
| Octal | 333 | 364 | 143 | 12 | 0 | 73 | 4 | 106 | 127 | 103 |
| Binary | 11011011 | 11110100 | 1100011 | 1010 | 0 | 111011 | 100 | 1000110 | 1010111 | 1000011 |
Color Harmonies of #DBF463
Complementary color
Monochromatic Colors of #DBF463
Black with #DBF463
Text Example
Text Example
White with #DBF463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF463; }
p { color: rgb(219,244,99); }
H1.HeaderClassName
{
color: #DBF463;
}
.AnyTagClassName
{
color: #DBF463;
}
</style>
background-color css
<style>
a { background-color: #DBF463; }
a { background-color: rgb(219,244,99); }
div.DivClassName
{
background-color: #DBF463;
}
.BgClassName
{
background-color: #DBF463;
}
</style>
border-color css
<style>
span { border-color: #DBF463; }
span { border-color: rgb(219,244,99); }
td.TdClassName
{
border-color: #DBF463;
}
.TagClassName
{
border-color: #DBF463;
}
</style>