Shades of Mindaro #DEF672
Tints of Mindaro #DEF672
RGB
CMYK
RGB Variations
Color information
#DEF672 (or 0xDEF672) is known color: Mindaro. HEX triplet: DE, F6 and 72. RGB value is (222,246,114). Sum of RGB (Red+Green+Blue) = 222+246+114=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 114 (44.92% from 255 or 19.59% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF672 is #21098D. Grayscale: #E0E0E0. Windows color (decimal): -2165134 or 7534302. OLE color: 7534302.
HSL color Cylindrical-coordinate representation of color #DEF672: hue angle of 70.91º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEF672 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 114 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.04 |
| HSL | 70.91º | 0.88% | 0.71% | - |
| HSV(B) | 70.91º | 0.54% | 0.96% | - |
| XYZ | 66.12 | 82.66 | 28.39 | - |
| YUV | 223.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 114 | 0.10 | 0 | 0.54 | 0.04 | 70.91 | 0.88 | 0.71 |
| Hex | DE | F6 | 72 | A | 0 | 36 | 4 | 47 | 58 | 47 |
| Octal | 336 | 366 | 162 | 12 | 0 | 66 | 4 | 107 | 130 | 107 |
| Binary | 11011110 | 11110110 | 1110010 | 1010 | 0 | 110110 | 100 | 1000111 | 1011000 | 1000111 |
Color Harmonies of #DEF672
Complementary color
Monochromatic Colors of #DEF672
Black with #DEF672
Text Example
Text Example
White with #DEF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF672; }
p { color: rgb(222,246,114); }
H1.HeaderClassName
{
color: #DEF672;
}
.AnyTagClassName
{
color: #DEF672;
}
</style>
background-color css
<style>
a { background-color: #DEF672; }
a { background-color: rgb(222,246,114); }
div.DivClassName
{
background-color: #DEF672;
}
.BgClassName
{
background-color: #DEF672;
}
</style>
border-color css
<style>
span { border-color: #DEF672; }
span { border-color: rgb(222,246,114); }
td.TdClassName
{
border-color: #DEF672;
}
.TagClassName
{
border-color: #DEF672;
}
</style>