Shades of Mindaro #DBFE72
Tints of Mindaro #DBFE72
RGB
CMYK
RGB Variations
Color information
#DBFE72 (or 0xDBFE72) is known color: Mindaro. HEX triplet: DB, FE and 72. RGB value is (219,254,114). Sum of RGB (Red+Green+Blue) = 219+254+114=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE72 is #24018D. Grayscale: #E4E4E4. Windows color (decimal): -2359694 or 7536347. OLE color: 7536347.
HSL color Cylindrical-coordinate representation of color #DBFE72: hue angle of 75º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBFE72 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 114 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.00 |
| HSL | 75º | 0.99% | 0.72% | - |
| HSV(B) | 75º | 0.55% | 1% | - |
| XYZ | 67.69 | 87.16 | 29.18 | - |
| YUV | 227.58 | 63.9 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 114 | 0.14 | 0 | 0.55 | 0.00 | 75 | 0.99 | 0.72 |
| Hex | DB | FE | 72 | E | 0 | 37 | 0 | 4B | 63 | 48 |
| Octal | 333 | 376 | 162 | 16 | 0 | 67 | 0 | 113 | 143 | 110 |
| Binary | 11011011 | 11111110 | 1110010 | 1110 | 0 | 110111 | 0 | 1001011 | 1100011 | 1001000 |
Color Harmonies of #DBFE72
Complementary color
Monochromatic Colors of #DBFE72
Black with #DBFE72
Text Example
Text Example
White with #DBFE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE72; }
p { color: rgb(219,254,114); }
H1.HeaderClassName
{
color: #DBFE72;
}
.AnyTagClassName
{
color: #DBFE72;
}
</style>
background-color css
<style>
a { background-color: #DBFE72; }
a { background-color: rgb(219,254,114); }
div.DivClassName
{
background-color: #DBFE72;
}
.BgClassName
{
background-color: #DBFE72;
}
</style>
border-color css
<style>
span { border-color: #DBFE72; }
span { border-color: rgb(219,254,114); }
td.TdClassName
{
border-color: #DBFE72;
}
.TagClassName
{
border-color: #DBFE72;
}
</style>