Shades of Mindaro #DEF574
Tints of Mindaro #DEF574
RGB
CMYK
RGB Variations
Color information
#DEF574 (or 0xDEF574) is known color: Mindaro. HEX triplet: DE, F5 and 74. RGB value is (222,245,116). Sum of RGB (Red+Green+Blue) = 222+245+116=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF574 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF574 is #210A8B. Grayscale: #DFDFDF. Windows color (decimal): -2165388 or 7665118. OLE color: 7665118.
HSL color Cylindrical-coordinate representation of color #DEF574: hue angle of 70.7º 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 #DEF574 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 116 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.04 |
| HSL | 70.7º | 0.87% | 0.71% | - |
| HSV(B) | 70.7º | 0.53% | 0.96% | - |
| XYZ | 65.93 | 82.1 | 28.89 | - |
| YUV | 223.42 | 67.38 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 116 | 0.09 | 0 | 0.53 | 0.04 | 70.7 | 0.87 | 0.71 |
| Hex | DE | F5 | 74 | 9 | 0 | 35 | 4 | 47 | 57 | 47 |
| Octal | 336 | 365 | 164 | 11 | 0 | 65 | 4 | 107 | 127 | 107 |
| Binary | 11011110 | 11110101 | 1110100 | 1001 | 0 | 110101 | 100 | 1000111 | 1010111 | 1000111 |
Color Harmonies of #DEF574
Complementary color
Monochromatic Colors of #DEF574
Black with #DEF574
Text Example
Text Example
White with #DEF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF574; }
p { color: rgb(222,245,116); }
H1.HeaderClassName
{
color: #DEF574;
}
.AnyTagClassName
{
color: #DEF574;
}
</style>
background-color css
<style>
a { background-color: #DEF574; }
a { background-color: rgb(222,245,116); }
div.DivClassName
{
background-color: #DEF574;
}
.BgClassName
{
background-color: #DEF574;
}
</style>
border-color css
<style>
span { border-color: #DEF574; }
span { border-color: rgb(222,245,116); }
td.TdClassName
{
border-color: #DEF574;
}
.TagClassName
{
border-color: #DEF574;
}
</style>