Shades of Mindaro #DEF57B
Tints of Mindaro #DEF57B
RGB
CMYK
RGB Variations
Color information
#DEF57B (or 0xDEF57B) is known color: Mindaro. HEX triplet: DE, F5 and 7B. RGB value is (222,245,123). Sum of RGB (Red+Green+Blue) = 222+245+123=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 123 (48.44% from 255 or 20.85% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF57B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF57B is #210A84. Grayscale: #E0E0E0. Windows color (decimal): -2165381 or 8123870. OLE color: 8123870.
HSL color Cylindrical-coordinate representation of color #DEF57B: hue angle of 71.31º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEF57B is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 123 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.04 |
| HSL | 71.31º | 0.86% | 0.72% | - |
| HSV(B) | 71.31º | 0.5% | 0.96% | - |
| XYZ | 66.35 | 82.26 | 31.12 | - |
| YUV | 224.22 | 70.88 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 123 | 0.09 | 0 | 0.50 | 0.04 | 71.31 | 0.86 | 0.72 |
| Hex | DE | F5 | 7B | 9 | 0 | 32 | 4 | 47 | 56 | 48 |
| Octal | 336 | 365 | 173 | 11 | 0 | 62 | 4 | 107 | 126 | 110 |
| Binary | 11011110 | 11110101 | 1111011 | 1001 | 0 | 110010 | 100 | 1000111 | 1010110 | 1001000 |
Color Harmonies of #DEF57B
Complementary color
Monochromatic Colors of #DEF57B
Black with #DEF57B
Text Example
Text Example
White with #DEF57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF57B; }
p { color: rgb(222,245,123); }
H1.HeaderClassName
{
color: #DEF57B;
}
.AnyTagClassName
{
color: #DEF57B;
}
</style>
background-color css
<style>
a { background-color: #DEF57B; }
a { background-color: rgb(222,245,123); }
div.DivClassName
{
background-color: #DEF57B;
}
.BgClassName
{
background-color: #DEF57B;
}
</style>
border-color css
<style>
span { border-color: #DEF57B; }
span { border-color: rgb(222,245,123); }
td.TdClassName
{
border-color: #DEF57B;
}
.TagClassName
{
border-color: #DEF57B;
}
</style>