Shades of Mindaro #DEF673
Tints of Mindaro #DEF673
RGB
CMYK
RGB Variations
Color information
#DEF673 (or 0xDEF673) is known color: Mindaro. HEX triplet: DE, F6 and 73. RGB value is (222,246,115). Sum of RGB (Red+Green+Blue) = 222+246+115=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF673 is #21098C. Grayscale: #E0E0E0. Windows color (decimal): -2165133 or 7599838. OLE color: 7599838.
HSL color Cylindrical-coordinate representation of color #DEF673: hue angle of 70.99º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEF673 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 115 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.04 |
| HSL | 70.99º | 0.88% | 0.71% | - |
| HSV(B) | 70.99º | 0.53% | 0.96% | - |
| XYZ | 66.17 | 82.68 | 28.69 | - |
| YUV | 223.89 | 66.55 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 115 | 0.10 | 0 | 0.53 | 0.04 | 70.99 | 0.88 | 0.71 |
| Hex | DE | F6 | 73 | A | 0 | 35 | 4 | 47 | 58 | 47 |
| Octal | 336 | 366 | 163 | 12 | 0 | 65 | 4 | 107 | 130 | 107 |
| Binary | 11011110 | 11110110 | 1110011 | 1010 | 0 | 110101 | 100 | 1000111 | 1011000 | 1000111 |
Color Harmonies of #DEF673
Complementary color
Monochromatic Colors of #DEF673
Black with #DEF673
Text Example
Text Example
White with #DEF673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF673; }
p { color: rgb(222,246,115); }
H1.HeaderClassName
{
color: #DEF673;
}
.AnyTagClassName
{
color: #DEF673;
}
</style>
background-color css
<style>
a { background-color: #DEF673; }
a { background-color: rgb(222,246,115); }
div.DivClassName
{
background-color: #DEF673;
}
.BgClassName
{
background-color: #DEF673;
}
</style>
border-color css
<style>
span { border-color: #DEF673; }
span { border-color: rgb(222,246,115); }
td.TdClassName
{
border-color: #DEF673;
}
.TagClassName
{
border-color: #DEF673;
}
</style>