Shades of Mindaro #DEF57D
Tints of Mindaro #DEF57D
RGB
CMYK
RGB Variations
Color information
#DEF57D (or 0xDEF57D) is known color: Mindaro. HEX triplet: DE, F5 and 7D. RGB value is (222,245,125). Sum of RGB (Red+Green+Blue) = 222+245+125=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 245 (96.09% from 255 or 41.39% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF57D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF57D is #210A82. Grayscale: #E0E0E0. Windows color (decimal): -2165379 or 8254942. OLE color: 8254942.
HSL color Cylindrical-coordinate representation of color #DEF57D: hue angle of 71.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEF57D is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 125 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.04 |
| HSL | 71.5º | 0.86% | 0.73% | - |
| HSV(B) | 71.5º | 0.49% | 0.96% | - |
| XYZ | 66.48 | 82.32 | 31.79 | - |
| YUV | 224.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 125 | 0.09 | 0 | 0.49 | 0.04 | 71.5 | 0.86 | 0.73 |
| Hex | DE | F5 | 7D | 9 | 0 | 31 | 4 | 48 | 56 | 49 |
| Octal | 336 | 365 | 175 | 11 | 0 | 61 | 4 | 110 | 126 | 111 |
| Binary | 11011110 | 11110101 | 1111101 | 1001 | 0 | 110001 | 100 | 1001000 | 1010110 | 1001001 |
Color Harmonies of #DEF57D
Complementary color
Monochromatic Colors of #DEF57D
Black with #DEF57D
Text Example
Text Example
White with #DEF57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF57D; }
p { color: rgb(222,245,125); }
H1.HeaderClassName
{
color: #DEF57D;
}
.AnyTagClassName
{
color: #DEF57D;
}
</style>
background-color css
<style>
a { background-color: #DEF57D; }
a { background-color: rgb(222,245,125); }
div.DivClassName
{
background-color: #DEF57D;
}
.BgClassName
{
background-color: #DEF57D;
}
</style>
border-color css
<style>
span { border-color: #DEF57D; }
span { border-color: rgb(222,245,125); }
td.TdClassName
{
border-color: #DEF57D;
}
.TagClassName
{
border-color: #DEF57D;
}
</style>