Shades of Mindaro #DEF668
Tints of Mindaro #DEF668
RGB
CMYK
RGB Variations
Color information
#DEF668 (or 0xDEF668) is known color: Mindaro. HEX triplet: DE, F6 and 68. RGB value is (222,246,104). Sum of RGB (Red+Green+Blue) = 222+246+104=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 104 (41.02% from 255 or 18.18% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF668 is #210997. Grayscale: #DFDFDF. Windows color (decimal): -2165144 or 6878942. OLE color: 6878942.
HSL color Cylindrical-coordinate representation of color #DEF668: hue angle of 70.14º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEF668 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 104 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.04 |
| HSL | 70.14º | 0.89% | 0.69% | - |
| HSV(B) | 70.14º | 0.58% | 0.96% | - |
| XYZ | 65.58 | 82.44 | 25.55 | - |
| YUV | 222.64 | 61.05 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 104 | 0.10 | 0 | 0.58 | 0.04 | 70.14 | 0.89 | 0.69 |
| Hex | DE | F6 | 68 | A | 0 | 3A | 4 | 46 | 59 | 45 |
| Octal | 336 | 366 | 150 | 12 | 0 | 72 | 4 | 106 | 131 | 105 |
| Binary | 11011110 | 11110110 | 1101000 | 1010 | 0 | 111010 | 100 | 1000110 | 1011001 | 1000101 |
Color Harmonies of #DEF668
Complementary color
Monochromatic Colors of #DEF668
Black with #DEF668
Text Example
Text Example
White with #DEF668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF668; }
p { color: rgb(222,246,104); }
H1.HeaderClassName
{
color: #DEF668;
}
.AnyTagClassName
{
color: #DEF668;
}
</style>
background-color css
<style>
a { background-color: #DEF668; }
a { background-color: rgb(222,246,104); }
div.DivClassName
{
background-color: #DEF668;
}
.BgClassName
{
background-color: #DEF668;
}
</style>
border-color css
<style>
span { border-color: #DEF668; }
span { border-color: rgb(222,246,104); }
td.TdClassName
{
border-color: #DEF668;
}
.TagClassName
{
border-color: #DEF668;
}
</style>