Shades of Mindaro #DBFE6E
Tints of Mindaro #DBFE6E
RGB
CMYK
RGB Variations
Color information
#DBFE6E (or 0xDBFE6E) is known color: Mindaro. HEX triplet: DB, FE and 6E. RGB value is (219,254,110). Sum of RGB (Red+Green+Blue) = 219+254+110=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 110 (43.36% from 255 or 18.87% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE6E is #240191. Grayscale: #E3E3E3. Windows color (decimal): -2359698 or 7274203. OLE color: 7274203.
HSL color Cylindrical-coordinate representation of color #DBFE6E: hue angle of 74.58º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBFE6E is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 110 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.00 |
| HSL | 74.58º | 0.99% | 0.71% | - |
| HSV(B) | 74.58º | 0.57% | 1% | - |
| XYZ | 67.47 | 87.07 | 28 | - |
| YUV | 227.12 | 61.9 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 110 | 0.14 | 0 | 0.57 | 0.00 | 74.58 | 0.99 | 0.71 |
| Hex | DB | FE | 6E | E | 0 | 39 | 0 | 4B | 63 | 47 |
| Octal | 333 | 376 | 156 | 16 | 0 | 71 | 0 | 113 | 143 | 107 |
| Binary | 11011011 | 11111110 | 1101110 | 1110 | 0 | 111001 | 0 | 1001011 | 1100011 | 1000111 |
Color Harmonies of #DBFE6E
Complementary color
Monochromatic Colors of #DBFE6E
Black with #DBFE6E
Text Example
Text Example
White with #DBFE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE6E; }
p { color: rgb(219,254,110); }
H1.HeaderClassName
{
color: #DBFE6E;
}
.AnyTagClassName
{
color: #DBFE6E;
}
</style>
background-color css
<style>
a { background-color: #DBFE6E; }
a { background-color: rgb(219,254,110); }
div.DivClassName
{
background-color: #DBFE6E;
}
.BgClassName
{
background-color: #DBFE6E;
}
</style>
border-color css
<style>
span { border-color: #DBFE6E; }
span { border-color: rgb(219,254,110); }
td.TdClassName
{
border-color: #DBFE6E;
}
.TagClassName
{
border-color: #DBFE6E;
}
</style>