Shades of Mindaro #DEF57C
Tints of Mindaro #DEF57C
RGB
CMYK
RGB Variations
Color information
#DEF57C (or 0xDEF57C) is known color: Mindaro. HEX triplet: DE, F5 and 7C. RGB value is (222,245,124). Sum of RGB (Red+Green+Blue) = 222+245+124=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF57C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF57C is #210A83. Grayscale: #E0E0E0. Windows color (decimal): -2165380 or 8189406. OLE color: 8189406.
HSL color Cylindrical-coordinate representation of color #DEF57C: hue angle of 71.4º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEF57C is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 124 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.04 |
| HSL | 71.4º | 0.86% | 0.72% | - |
| HSV(B) | 71.4º | 0.49% | 0.96% | - |
| XYZ | 66.41 | 82.29 | 31.45 | - |
| YUV | 224.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 124 | 0.09 | 0 | 0.49 | 0.04 | 71.4 | 0.86 | 0.72 |
| Hex | DE | F5 | 7C | 9 | 0 | 31 | 4 | 47 | 56 | 48 |
| Octal | 336 | 365 | 174 | 11 | 0 | 61 | 4 | 107 | 126 | 110 |
| Binary | 11011110 | 11110101 | 1111100 | 1001 | 0 | 110001 | 100 | 1000111 | 1010110 | 1001000 |
Color Harmonies of #DEF57C
Complementary color
Monochromatic Colors of #DEF57C
Black with #DEF57C
Text Example
Text Example
White with #DEF57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF57C; }
p { color: rgb(222,245,124); }
H1.HeaderClassName
{
color: #DEF57C;
}
.AnyTagClassName
{
color: #DEF57C;
}
</style>
background-color css
<style>
a { background-color: #DEF57C; }
a { background-color: rgb(222,245,124); }
div.DivClassName
{
background-color: #DEF57C;
}
.BgClassName
{
background-color: #DEF57C;
}
</style>
border-color css
<style>
span { border-color: #DEF57C; }
span { border-color: rgb(222,245,124); }
td.TdClassName
{
border-color: #DEF57C;
}
.TagClassName
{
border-color: #DEF57C;
}
</style>