Shades of Mindaro #DBF67E
Tints of Mindaro #DBF67E
RGB
CMYK
RGB Variations
Color information
#DBF67E (or 0xDBF67E) is known color: Mindaro. HEX triplet: DB, F6 and 7E. RGB value is (219,246,126). Sum of RGB (Red+Green+Blue) = 219+246+126=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 126 (49.61% from 255 or 21.32% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF67E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF67E is #240981. Grayscale: #E0E0E0. Windows color (decimal): -2361730 or 8320731. OLE color: 8320731.
HSL color Cylindrical-coordinate representation of color #DBF67E: hue angle of 73.5º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBF67E is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 126 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.04 |
| HSL | 73.5º | 0.87% | 0.73% | - |
| HSV(B) | 73.5º | 0.49% | 0.96% | - |
| XYZ | 65.94 | 82.48 | 32.18 | - |
| YUV | 224.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 126 | 0.11 | 0 | 0.49 | 0.04 | 73.5 | 0.87 | 0.73 |
| Hex | DB | F6 | 7E | B | 0 | 31 | 4 | 4A | 57 | 49 |
| Octal | 333 | 366 | 176 | 13 | 0 | 61 | 4 | 112 | 127 | 111 |
| Binary | 11011011 | 11110110 | 1111110 | 1011 | 0 | 110001 | 100 | 1001010 | 1010111 | 1001001 |
Color Harmonies of #DBF67E
Complementary color
Monochromatic Colors of #DBF67E
Black with #DBF67E
Text Example
Text Example
White with #DBF67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF67E; }
p { color: rgb(219,246,126); }
H1.HeaderClassName
{
color: #DBF67E;
}
.AnyTagClassName
{
color: #DBF67E;
}
</style>
background-color css
<style>
a { background-color: #DBF67E; }
a { background-color: rgb(219,246,126); }
div.DivClassName
{
background-color: #DBF67E;
}
.BgClassName
{
background-color: #DBF67E;
}
</style>
border-color css
<style>
span { border-color: #DBF67E; }
span { border-color: rgb(219,246,126); }
td.TdClassName
{
border-color: #DBF67E;
}
.TagClassName
{
border-color: #DBF67E;
}
</style>