Shades of Mindaro #DFF773
Tints of Mindaro #DFF773
RGB
CMYK
RGB Variations
Color information
#DFF773 (or 0xDFF773) is known color: Mindaro. HEX triplet: DF, F7 and 73. RGB value is (223,247,115). Sum of RGB (Red+Green+Blue) = 223+247+115=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 115 (45.31% from 255 or 19.66% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #DFF773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF773 is #20088C. Grayscale: #E1E1E1. Windows color (decimal): -2099341 or 7600095. OLE color: 7600095.
HSL color Cylindrical-coordinate representation of color #DFF773: hue angle of 70.91º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFF773 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 247 | 115 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.03 |
| HSL | 70.91º | 0.89% | 0.71% | - |
| HSV(B) | 70.91º | 0.53% | 0.97% | - |
| XYZ | 66.79 | 83.45 | 28.81 | - |
| YUV | 224.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 115 | 0.10 | 0 | 0.53 | 0.03 | 70.91 | 0.89 | 0.71 |
| Hex | DF | F7 | 73 | A | 0 | 35 | 3 | 47 | 59 | 47 |
| Octal | 337 | 367 | 163 | 12 | 0 | 65 | 3 | 107 | 131 | 107 |
| Binary | 11011111 | 11110111 | 1110011 | 1010 | 0 | 110101 | 11 | 1000111 | 1011001 | 1000111 |
Color Harmonies of #DFF773
Complementary color
Monochromatic Colors of #DFF773
Black with #DFF773
Text Example
Text Example
White with #DFF773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF773; }
p { color: rgb(223,247,115); }
H1.HeaderClassName
{
color: #DFF773;
}
.AnyTagClassName
{
color: #DFF773;
}
</style>
background-color css
<style>
a { background-color: #DFF773; }
a { background-color: rgb(223,247,115); }
div.DivClassName
{
background-color: #DFF773;
}
.BgClassName
{
background-color: #DFF773;
}
</style>
border-color css
<style>
span { border-color: #DFF773; }
span { border-color: rgb(223,247,115); }
td.TdClassName
{
border-color: #DFF773;
}
.TagClassName
{
border-color: #DFF773;
}
</style>