Shades of Mindaro #DBF65E
Tints of Mindaro #DBF65E
RGB
CMYK
RGB Variations
Color information
#DBF65E (or 0xDBF65E) is known color: Mindaro. HEX triplet: DB, F6 and 5E. RGB value is (219,246,94). Sum of RGB (Red+Green+Blue) = 219+246+94=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 94 (37.11% from 255 or 16.82% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF65E is #2409A1. Grayscale: #DDDDDD. Windows color (decimal): -2361762 or 6223579. OLE color: 6223579.
HSL color Cylindrical-coordinate representation of color #DBF65E: hue angle of 70.66º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBF65E is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 94 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.04 |
| HSL | 70.66º | 0.89% | 0.67% | - |
| HSV(B) | 70.66º | 0.62% | 0.96% | - |
| XYZ | 64.19 | 81.78 | 22.99 | - |
| YUV | 220.6 | 56.55 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 94 | 0.11 | 0 | 0.62 | 0.04 | 70.66 | 0.89 | 0.67 |
| Hex | DB | F6 | 5E | B | 0 | 3E | 4 | 47 | 59 | 43 |
| Octal | 333 | 366 | 136 | 13 | 0 | 76 | 4 | 107 | 131 | 103 |
| Binary | 11011011 | 11110110 | 1011110 | 1011 | 0 | 111110 | 100 | 1000111 | 1011001 | 1000011 |
Color Harmonies of #DBF65E
Complementary color
Monochromatic Colors of #DBF65E
Black with #DBF65E
Text Example
Text Example
White with #DBF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF65E; }
p { color: rgb(219,246,94); }
H1.HeaderClassName
{
color: #DBF65E;
}
.AnyTagClassName
{
color: #DBF65E;
}
</style>
background-color css
<style>
a { background-color: #DBF65E; }
a { background-color: rgb(219,246,94); }
div.DivClassName
{
background-color: #DBF65E;
}
.BgClassName
{
background-color: #DBF65E;
}
</style>
border-color css
<style>
span { border-color: #DBF65E; }
span { border-color: rgb(219,246,94); }
td.TdClassName
{
border-color: #DBF65E;
}
.TagClassName
{
border-color: #DBF65E;
}
</style>