Shades of Mindaro #DBF562
Tints of Mindaro #DBF562
RGB
CMYK
RGB Variations
Color information
#DBF562 (or 0xDBF562) is known color: Mindaro. HEX triplet: DB, F5 and 62. RGB value is (219,245,98). Sum of RGB (Red+Green+Blue) = 219+245+98=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 98 (38.67% from 255 or 17.44% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF562 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF562 is #240A9D. Grayscale: #DDDDDD. Windows color (decimal): -2362014 or 6485467. OLE color: 6485467.
HSL color Cylindrical-coordinate representation of color #DBF562: hue angle of 70.61º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBF562 is Cyan = 0.11, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 98 | - |
| CMYK | 0.11 | 0 | 0.6 | 0.04 |
| HSL | 70.61º | 0.88% | 0.67% | - |
| HSV(B) | 70.61º | 0.6% | 0.96% | - |
| XYZ | 64.07 | 81.25 | 23.86 | - |
| YUV | 220.47 | 58.89 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 98 | 0.11 | 0 | 0.6 | 0.04 | 70.61 | 0.88 | 0.67 |
| Hex | DB | F5 | 62 | B | 0 | 3C | 4 | 47 | 58 | 43 |
| Octal | 333 | 365 | 142 | 13 | 0 | 74 | 4 | 107 | 130 | 103 |
| Binary | 11011011 | 11110101 | 1100010 | 1011 | 0 | 111100 | 100 | 1000111 | 1011000 | 1000011 |
Color Harmonies of #DBF562
Complementary color
Monochromatic Colors of #DBF562
Black with #DBF562
Text Example
Text Example
White with #DBF562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF562; }
p { color: rgb(219,245,98); }
H1.HeaderClassName
{
color: #DBF562;
}
.AnyTagClassName
{
color: #DBF562;
}
</style>
background-color css
<style>
a { background-color: #DBF562; }
a { background-color: rgb(219,245,98); }
div.DivClassName
{
background-color: #DBF562;
}
.BgClassName
{
background-color: #DBF562;
}
</style>
border-color css
<style>
span { border-color: #DBF562; }
span { border-color: rgb(219,245,98); }
td.TdClassName
{
border-color: #DBF562;
}
.TagClassName
{
border-color: #DBF562;
}
</style>