Shades of Mindaro #DEF666
Tints of Mindaro #DEF666
RGB
CMYK
RGB Variations
Color information
#DEF666 (or 0xDEF666) is known color: Mindaro. HEX triplet: DE, F6 and 66. RGB value is (222,246,102). Sum of RGB (Red+Green+Blue) = 222+246+102=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 102 (40.23% from 255 or 17.89% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF666 is #210999. Grayscale: #DEDEDE. Windows color (decimal): -2165146 or 6747870. OLE color: 6747870.
HSL color Cylindrical-coordinate representation of color #DEF666: hue angle of 70º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEF666 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 102 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.04 |
| HSL | 70º | 0.89% | 0.68% | - |
| HSV(B) | 70º | 0.59% | 0.96% | - |
| XYZ | 65.48 | 82.4 | 25.02 | - |
| YUV | 222.41 | 60.05 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 102 | 0.10 | 0 | 0.59 | 0.04 | 70 | 0.89 | 0.68 |
| Hex | DE | F6 | 66 | A | 0 | 3B | 4 | 46 | 59 | 44 |
| Octal | 336 | 366 | 146 | 12 | 0 | 73 | 4 | 106 | 131 | 104 |
| Binary | 11011110 | 11110110 | 1100110 | 1010 | 0 | 111011 | 100 | 1000110 | 1011001 | 1000100 |
Color Harmonies of #DEF666
Complementary color
Monochromatic Colors of #DEF666
Black with #DEF666
Text Example
Text Example
White with #DEF666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF666; }
p { color: rgb(222,246,102); }
H1.HeaderClassName
{
color: #DEF666;
}
.AnyTagClassName
{
color: #DEF666;
}
</style>
background-color css
<style>
a { background-color: #DEF666; }
a { background-color: rgb(222,246,102); }
div.DivClassName
{
background-color: #DEF666;
}
.BgClassName
{
background-color: #DEF666;
}
</style>
border-color css
<style>
span { border-color: #DEF666; }
span { border-color: rgb(222,246,102); }
td.TdClassName
{
border-color: #DEF666;
}
.TagClassName
{
border-color: #DEF666;
}
</style>