Shades of Mindaro #DEF573
Tints of Mindaro #DEF573
RGB
CMYK
RGB Variations
Color information
#DEF573 (or 0xDEF573) is known color: Mindaro. HEX triplet: DE, F5 and 73. RGB value is (222,245,115). Sum of RGB (Red+Green+Blue) = 222+245+115=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 115 (45.31% from 255 or 19.76% from 582); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF573 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF573 is #210A8C. Grayscale: #DFDFDF. Windows color (decimal): -2165389 or 7599582. OLE color: 7599582.
HSL color Cylindrical-coordinate representation of color #DEF573: hue angle of 70.62º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEF573 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 115 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.04 |
| HSL | 70.62º | 0.87% | 0.71% | - |
| HSV(B) | 70.62º | 0.53% | 0.96% | - |
| XYZ | 65.87 | 82.07 | 28.59 | - |
| YUV | 223.3 | 66.88 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 115 | 0.09 | 0 | 0.53 | 0.04 | 70.62 | 0.87 | 0.71 |
| Hex | DE | F5 | 73 | 9 | 0 | 35 | 4 | 47 | 57 | 47 |
| Octal | 336 | 365 | 163 | 11 | 0 | 65 | 4 | 107 | 127 | 107 |
| Binary | 11011110 | 11110101 | 1110011 | 1001 | 0 | 110101 | 100 | 1000111 | 1010111 | 1000111 |
Color Harmonies of #DEF573
Complementary color
Monochromatic Colors of #DEF573
Black with #DEF573
Text Example
Text Example
White with #DEF573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF573; }
p { color: rgb(222,245,115); }
H1.HeaderClassName
{
color: #DEF573;
}
.AnyTagClassName
{
color: #DEF573;
}
</style>
background-color css
<style>
a { background-color: #DEF573; }
a { background-color: rgb(222,245,115); }
div.DivClassName
{
background-color: #DEF573;
}
.BgClassName
{
background-color: #DEF573;
}
</style>
border-color css
<style>
span { border-color: #DEF573; }
span { border-color: rgb(222,245,115); }
td.TdClassName
{
border-color: #DEF573;
}
.TagClassName
{
border-color: #DEF573;
}
</style>