Shades of Mindaro #DFFF73
Tints of Mindaro #DFFF73
RGB
CMYK
RGB Variations
Color information
#DFFF73 (or 0xDFFF73) is known color: Mindaro. HEX triplet: DF, FF and 73. RGB value is (223,255,115). Sum of RGB (Red+Green+Blue) = 223+255+115=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 115 (45.31% from 255 or 19.39% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF73 is #20008C. Grayscale: #E5E5E5. Windows color (decimal): -2097293 or 7602143. OLE color: 7602143.
HSL color Cylindrical-coordinate representation of color #DFFF73: hue angle of 73.71º 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 #DFFF73 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 115 | - |
| CMYK | 0.13 | 0 | 0.55 | 0 |
| HSL | 73.71º | 1% | 0.73% | - |
| HSV(B) | 73.71º | 0.55% | 1% | - |
| XYZ | 69.29 | 88.45 | 29.64 | - |
| YUV | 229.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 115 | 0.13 | 0 | 0.55 | 0 | 73.71 | 1 | 0.73 |
| Hex | DF | FF | 73 | D | 0 | 37 | 0 | 4A | 64 | 49 |
| Octal | 337 | 377 | 163 | 15 | 0 | 67 | 0 | 112 | 144 | 111 |
| Binary | 11011111 | 11111111 | 1110011 | 1101 | 0 | 110111 | 0 | 1001010 | 1100100 | 1001001 |
Color Harmonies of #DFFF73
Complementary color
Monochromatic Colors of #DFFF73
Black with #DFFF73
Text Example
Text Example
White with #DFFF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF73; }
p { color: rgb(223,255,115); }
H1.HeaderClassName
{
color: #DFFF73;
}
.AnyTagClassName
{
color: #DFFF73;
}
</style>
background-color css
<style>
a { background-color: #DFFF73; }
a { background-color: rgb(223,255,115); }
div.DivClassName
{
background-color: #DFFF73;
}
.BgClassName
{
background-color: #DFFF73;
}
</style>
border-color css
<style>
span { border-color: #DFFF73; }
span { border-color: rgb(223,255,115); }
td.TdClassName
{
border-color: #DFFF73;
}
.TagClassName
{
border-color: #DFFF73;
}
</style>