Shades of Mindaro #DFFC73
Tints of Mindaro #DFFC73
RGB
CMYK
RGB Variations
Color information
#DFFC73 (or 0xDFFC73) is known color: Mindaro. HEX triplet: DF, FC and 73. RGB value is (223,252,115). Sum of RGB (Red+Green+Blue) = 223+252+115=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 115 (45.31% from 255 or 19.49% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFC73 is #20038C. Grayscale: #E4E4E4. Windows color (decimal): -2098061 or 7601375. OLE color: 7601375.
HSL color Cylindrical-coordinate representation of color #DFFC73: hue angle of 72.7º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFFC73 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 115 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.01 |
| HSL | 72.7º | 0.96% | 0.72% | - |
| HSV(B) | 72.7º | 0.54% | 0.99% | - |
| XYZ | 68.34 | 86.55 | 29.32 | - |
| YUV | 227.71 | 64.39 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 115 | 0.12 | 0 | 0.54 | 0.01 | 72.7 | 0.96 | 0.72 |
| Hex | DF | FC | 73 | C | 0 | 36 | 1 | 49 | 60 | 48 |
| Octal | 337 | 374 | 163 | 14 | 0 | 66 | 1 | 111 | 140 | 110 |
| Binary | 11011111 | 11111100 | 1110011 | 1100 | 0 | 110110 | 1 | 1001001 | 1100000 | 1001000 |
Color Harmonies of #DFFC73
Complementary color
Monochromatic Colors of #DFFC73
Black with #DFFC73
Text Example
Text Example
White with #DFFC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC73; }
p { color: rgb(223,252,115); }
H1.HeaderClassName
{
color: #DFFC73;
}
.AnyTagClassName
{
color: #DFFC73;
}
</style>
background-color css
<style>
a { background-color: #DFFC73; }
a { background-color: rgb(223,252,115); }
div.DivClassName
{
background-color: #DFFC73;
}
.BgClassName
{
background-color: #DFFC73;
}
</style>
border-color css
<style>
span { border-color: #DFFC73; }
span { border-color: rgb(223,252,115); }
td.TdClassName
{
border-color: #DFFC73;
}
.TagClassName
{
border-color: #DFFC73;
}
</style>