Shades of Mindaro #DBFE75
Tints of Mindaro #DBFE75
RGB
CMYK
RGB Variations
Color information
#DBFE75 (or 0xDBFE75) is known color: Mindaro. HEX triplet: DB, FE and 75. RGB value is (219,254,117). Sum of RGB (Red+Green+Blue) = 219+254+117=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE75 is #24018A. Grayscale: #E4E4E4. Windows color (decimal): -2359691 or 7732955. OLE color: 7732955.
HSL color Cylindrical-coordinate representation of color #DBFE75: hue angle of 75.33º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBFE75 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 117 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.00 |
| HSL | 75.33º | 0.99% | 0.73% | - |
| HSV(B) | 75.33º | 0.54% | 1% | - |
| XYZ | 67.87 | 87.23 | 30.09 | - |
| YUV | 227.92 | 65.4 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 117 | 0.14 | 0 | 0.54 | 0.00 | 75.33 | 0.99 | 0.73 |
| Hex | DB | FE | 75 | E | 0 | 36 | 0 | 4B | 63 | 49 |
| Octal | 333 | 376 | 165 | 16 | 0 | 66 | 0 | 113 | 143 | 111 |
| Binary | 11011011 | 11111110 | 1110101 | 1110 | 0 | 110110 | 0 | 1001011 | 1100011 | 1001001 |
Color Harmonies of #DBFE75
Complementary color
Monochromatic Colors of #DBFE75
Black with #DBFE75
Text Example
Text Example
White with #DBFE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE75; }
p { color: rgb(219,254,117); }
H1.HeaderClassName
{
color: #DBFE75;
}
.AnyTagClassName
{
color: #DBFE75;
}
</style>
background-color css
<style>
a { background-color: #DBFE75; }
a { background-color: rgb(219,254,117); }
div.DivClassName
{
background-color: #DBFE75;
}
.BgClassName
{
background-color: #DBFE75;
}
</style>
border-color css
<style>
span { border-color: #DBFE75; }
span { border-color: rgb(219,254,117); }
td.TdClassName
{
border-color: #DBFE75;
}
.TagClassName
{
border-color: #DBFE75;
}
</style>