Shades of Mindaro #DFFF74
Tints of Mindaro #DFFF74
RGB
CMYK
RGB Variations
Color information
#DFFF74 (or 0xDFFF74) is known color: Mindaro. HEX triplet: DF, FF and 74. RGB value is (223,255,116). Sum of RGB (Red+Green+Blue) = 223+255+116=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 116 (45.70% from 255 or 19.53% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF74 is #20008B. Grayscale: #E6E6E6. Windows color (decimal): -2097292 or 7667679. OLE color: 7667679.
HSL color Cylindrical-coordinate representation of color #DFFF74: hue angle of 73.81º 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 #DFFF74 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 116 | - |
| CMYK | 0.13 | 0 | 0.55 | 0 |
| HSL | 73.81º | 1% | 0.73% | - |
| HSV(B) | 73.81º | 0.55% | 1% | - |
| XYZ | 69.34 | 88.47 | 29.94 | - |
| YUV | 229.59 | 63.9 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 116 | 0.13 | 0 | 0.55 | 0 | 73.81 | 1 | 0.73 |
| Hex | DF | FF | 74 | D | 0 | 37 | 0 | 4A | 64 | 49 |
| Octal | 337 | 377 | 164 | 15 | 0 | 67 | 0 | 112 | 144 | 111 |
| Binary | 11011111 | 11111111 | 1110100 | 1101 | 0 | 110111 | 0 | 1001010 | 1100100 | 1001001 |
Color Harmonies of #DFFF74
Complementary color
Monochromatic Colors of #DFFF74
Black with #DFFF74
Text Example
Text Example
White with #DFFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF74; }
p { color: rgb(223,255,116); }
H1.HeaderClassName
{
color: #DFFF74;
}
.AnyTagClassName
{
color: #DFFF74;
}
</style>
background-color css
<style>
a { background-color: #DFFF74; }
a { background-color: rgb(223,255,116); }
div.DivClassName
{
background-color: #DFFF74;
}
.BgClassName
{
background-color: #DFFF74;
}
</style>
border-color css
<style>
span { border-color: #DFFF74; }
span { border-color: rgb(223,255,116); }
td.TdClassName
{
border-color: #DFFF74;
}
.TagClassName
{
border-color: #DFFF74;
}
</style>