Shades of Mindaro #DEF575
Tints of Mindaro #DEF575
RGB
CMYK
RGB Variations
Color information
#DEF575 (or 0xDEF575) is known color: Mindaro. HEX triplet: DE, F5 and 75. RGB value is (222,245,117). Sum of RGB (Red+Green+Blue) = 222+245+117=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF575 is #210A8A. Grayscale: #E0E0E0. Windows color (decimal): -2165387 or 7730654. OLE color: 7730654.
HSL color Cylindrical-coordinate representation of color #DEF575: hue angle of 70.78º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEF575 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 117 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.04 |
| HSL | 70.78º | 0.86% | 0.71% | - |
| HSV(B) | 70.78º | 0.52% | 0.96% | - |
| XYZ | 65.99 | 82.12 | 29.2 | - |
| YUV | 223.53 | 67.88 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 117 | 0.09 | 0 | 0.52 | 0.04 | 70.78 | 0.86 | 0.71 |
| Hex | DE | F5 | 75 | 9 | 0 | 34 | 4 | 47 | 56 | 47 |
| Octal | 336 | 365 | 165 | 11 | 0 | 64 | 4 | 107 | 126 | 107 |
| Binary | 11011110 | 11110101 | 1110101 | 1001 | 0 | 110100 | 100 | 1000111 | 1010110 | 1000111 |
Color Harmonies of #DEF575
Complementary color
Monochromatic Colors of #DEF575
Black with #DEF575
Text Example
Text Example
White with #DEF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF575; }
p { color: rgb(222,245,117); }
H1.HeaderClassName
{
color: #DEF575;
}
.AnyTagClassName
{
color: #DEF575;
}
</style>
background-color css
<style>
a { background-color: #DEF575; }
a { background-color: rgb(222,245,117); }
div.DivClassName
{
background-color: #DEF575;
}
.BgClassName
{
background-color: #DEF575;
}
</style>
border-color css
<style>
span { border-color: #DEF575; }
span { border-color: rgb(222,245,117); }
td.TdClassName
{
border-color: #DEF575;
}
.TagClassName
{
border-color: #DEF575;
}
</style>