Shades of Mindaro #DEF072
Tints of Mindaro #DEF072
RGB
CMYK
RGB Variations
Color information
#DEF072 (or 0xDEF072) is known color: Mindaro. HEX triplet: DE, F0 and 72. RGB value is (222,240,114). Sum of RGB (Red+Green+Blue) = 222+240+114=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 114 (44.92% from 255 or 19.79% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF072 is #210F8D. Grayscale: #DCDCDC. Windows color (decimal): -2166670 or 7532766. OLE color: 7532766.
HSL color Cylindrical-coordinate representation of color #DEF072: hue angle of 68.57º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEF072 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 114 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.06 |
| HSL | 68.57º | 0.81% | 0.69% | - |
| HSV(B) | 68.57º | 0.53% | 0.94% | - |
| XYZ | 64.32 | 79.06 | 27.79 | - |
| YUV | 220.25 | 68.04 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 114 | 0.08 | 0 | 0.52 | 0.06 | 68.57 | 0.81 | 0.69 |
| Hex | DE | F0 | 72 | 8 | 0 | 34 | 6 | 45 | 51 | 45 |
| Octal | 336 | 360 | 162 | 10 | 0 | 64 | 6 | 105 | 121 | 105 |
| Binary | 11011110 | 11110000 | 1110010 | 1000 | 0 | 110100 | 110 | 1000101 | 1010001 | 1000101 |
Color Harmonies of #DEF072
Complementary color
Monochromatic Colors of #DEF072
Black with #DEF072
Text Example
Text Example
White with #DEF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF072; }
p { color: rgb(222,240,114); }
H1.HeaderClassName
{
color: #DEF072;
}
.AnyTagClassName
{
color: #DEF072;
}
</style>
background-color css
<style>
a { background-color: #DEF072; }
a { background-color: rgb(222,240,114); }
div.DivClassName
{
background-color: #DEF072;
}
.BgClassName
{
background-color: #DEF072;
}
</style>
border-color css
<style>
span { border-color: #DEF072; }
span { border-color: rgb(222,240,114); }
td.TdClassName
{
border-color: #DEF072;
}
.TagClassName
{
border-color: #DEF072;
}
</style>