Shades of Mindaro #DEF667
Tints of Mindaro #DEF667
RGB
CMYK
RGB Variations
Color information
#DEF667 (or 0xDEF667) is known color: Mindaro. HEX triplet: DE, F6 and 67. RGB value is (222,246,103). Sum of RGB (Red+Green+Blue) = 222+246+103=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 246 (96.48% from 255 or 43.08% from 571); Blue value is 103 (40.62% from 255 or 18.04% from 571); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF667 is #210998. Grayscale: #DFDFDF. Windows color (decimal): -2165145 or 6813406. OLE color: 6813406.
HSL color Cylindrical-coordinate representation of color #DEF667: hue angle of 70.07º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEF667 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 103 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.04 |
| HSL | 70.07º | 0.89% | 0.68% | - |
| HSV(B) | 70.07º | 0.58% | 0.96% | - |
| XYZ | 65.53 | 82.42 | 25.29 | - |
| YUV | 222.52 | 60.55 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 103 | 0.10 | 0 | 0.58 | 0.04 | 70.07 | 0.89 | 0.68 |
| Hex | DE | F6 | 67 | A | 0 | 3A | 4 | 46 | 59 | 44 |
| Octal | 336 | 366 | 147 | 12 | 0 | 72 | 4 | 106 | 131 | 104 |
| Binary | 11011110 | 11110110 | 1100111 | 1010 | 0 | 111010 | 100 | 1000110 | 1011001 | 1000100 |
Color Harmonies of #DEF667
Complementary color
Monochromatic Colors of #DEF667
Black with #DEF667
Text Example
Text Example
White with #DEF667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF667; }
p { color: rgb(222,246,103); }
H1.HeaderClassName
{
color: #DEF667;
}
.AnyTagClassName
{
color: #DEF667;
}
</style>
background-color css
<style>
a { background-color: #DEF667; }
a { background-color: rgb(222,246,103); }
div.DivClassName
{
background-color: #DEF667;
}
.BgClassName
{
background-color: #DEF667;
}
</style>
border-color css
<style>
span { border-color: #DEF667; }
span { border-color: rgb(222,246,103); }
td.TdClassName
{
border-color: #DEF667;
}
.TagClassName
{
border-color: #DEF667;
}
</style>