Shades of Mindaro #DBFF73
Tints of Mindaro #DBFF73
RGB
CMYK
RGB Variations
Color information
#DBFF73 (or 0xDBFF73) is known color: Mindaro. HEX triplet: DB, FF and 73. RGB value is (219,255,115). Sum of RGB (Red+Green+Blue) = 219+255+115=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 115 (45.31% from 255 or 19.52% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF73 is #24008C. Grayscale: #E4E4E4. Windows color (decimal): -2359437 or 7602139. OLE color: 7602139.
HSL color Cylindrical-coordinate representation of color #DBFF73: hue angle of 75.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBFF73 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 115 | - |
| CMYK | 0.14 | 0 | 0.55 | 0 |
| HSL | 75.43º | 1% | 0.73% | - |
| HSV(B) | 75.43º | 0.55% | 1% | - |
| XYZ | 68.07 | 87.82 | 29.58 | - |
| YUV | 228.28 | 64.07 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 115 | 0.14 | 0 | 0.55 | 0 | 75.43 | 1 | 0.73 |
| Hex | DB | FF | 73 | E | 0 | 37 | 0 | 4B | 64 | 49 |
| Octal | 333 | 377 | 163 | 16 | 0 | 67 | 0 | 113 | 144 | 111 |
| Binary | 11011011 | 11111111 | 1110011 | 1110 | 0 | 110111 | 0 | 1001011 | 1100100 | 1001001 |
Color Harmonies of #DBFF73
Complementary color
Monochromatic Colors of #DBFF73
Black with #DBFF73
Text Example
Text Example
White with #DBFF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF73; }
p { color: rgb(219,255,115); }
H1.HeaderClassName
{
color: #DBFF73;
}
.AnyTagClassName
{
color: #DBFF73;
}
</style>
background-color css
<style>
a { background-color: #DBFF73; }
a { background-color: rgb(219,255,115); }
div.DivClassName
{
background-color: #DBFF73;
}
.BgClassName
{
background-color: #DBFF73;
}
</style>
border-color css
<style>
span { border-color: #DBFF73; }
span { border-color: rgb(219,255,115); }
td.TdClassName
{
border-color: #DBFF73;
}
.TagClassName
{
border-color: #DBFF73;
}
</style>