Shades of Mindaro #DBFF62
Tints of Mindaro #DBFF62
RGB
CMYK
RGB Variations
Color information
#DBFF62 (or 0xDBFF62) is known color: Mindaro. HEX triplet: DB, FF and 62. RGB value is (219,255,98). Sum of RGB (Red+Green+Blue) = 219+255+98=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 98 (38.67% from 255 or 17.13% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF62 is #24009D. Grayscale: #E2E2E2. Windows color (decimal): -2359454 or 6488027. OLE color: 6488027.
HSL color Cylindrical-coordinate representation of color #DBFF62: hue angle of 73.76º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBFF62 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 98 | - |
| CMYK | 0.14 | 0 | 0.62 | 0 |
| HSL | 73.76º | 1% | 0.69% | - |
| HSV(B) | 73.76º | 0.62% | 1% | - |
| XYZ | 67.18 | 87.46 | 24.9 | - |
| YUV | 226.34 | 55.57 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 98 | 0.14 | 0 | 0.62 | 0 | 73.76 | 1 | 0.69 |
| Hex | DB | FF | 62 | E | 0 | 3E | 0 | 4A | 64 | 45 |
| Octal | 333 | 377 | 142 | 16 | 0 | 76 | 0 | 112 | 144 | 105 |
| Binary | 11011011 | 11111111 | 1100010 | 1110 | 0 | 111110 | 0 | 1001010 | 1100100 | 1000101 |
Color Harmonies of #DBFF62
Complementary color
Monochromatic Colors of #DBFF62
Black with #DBFF62
Text Example
Text Example
White with #DBFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF62; }
p { color: rgb(219,255,98); }
H1.HeaderClassName
{
color: #DBFF62;
}
.AnyTagClassName
{
color: #DBFF62;
}
</style>
background-color css
<style>
a { background-color: #DBFF62; }
a { background-color: rgb(219,255,98); }
div.DivClassName
{
background-color: #DBFF62;
}
.BgClassName
{
background-color: #DBFF62;
}
</style>
border-color css
<style>
span { border-color: #DBFF62; }
span { border-color: rgb(219,255,98); }
td.TdClassName
{
border-color: #DBFF62;
}
.TagClassName
{
border-color: #DBFF62;
}
</style>