Shades of Mindaro #DEF066
Tints of Mindaro #DEF066
RGB
CMYK
RGB Variations
Color information
#DEF066 (or 0xDEF066) is known color: Mindaro. HEX triplet: DE, F0 and 66. RGB value is (222,240,102). Sum of RGB (Red+Green+Blue) = 222+240+102=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 102 (40.23% from 255 or 18.09% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF066 is #210F99. Grayscale: #DBDBDB. Windows color (decimal): -2166682 or 6746334. OLE color: 6746334.
HSL color Cylindrical-coordinate representation of color #DEF066: hue angle of 67.83º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEF066 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 102 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.06 |
| HSL | 67.83º | 0.82% | 0.67% | - |
| HSV(B) | 67.83º | 0.58% | 0.94% | - |
| XYZ | 63.68 | 78.81 | 24.43 | - |
| YUV | 218.89 | 62.04 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 102 | 0.08 | 0 | 0.58 | 0.06 | 67.83 | 0.82 | 0.67 |
| Hex | DE | F0 | 66 | 8 | 0 | 3A | 6 | 44 | 52 | 43 |
| Octal | 336 | 360 | 146 | 10 | 0 | 72 | 6 | 104 | 122 | 103 |
| Binary | 11011110 | 11110000 | 1100110 | 1000 | 0 | 111010 | 110 | 1000100 | 1010010 | 1000011 |
Color Harmonies of #DEF066
Complementary color
Monochromatic Colors of #DEF066
Black with #DEF066
Text Example
Text Example
White with #DEF066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF066; }
p { color: rgb(222,240,102); }
H1.HeaderClassName
{
color: #DEF066;
}
.AnyTagClassName
{
color: #DEF066;
}
</style>
background-color css
<style>
a { background-color: #DEF066; }
a { background-color: rgb(222,240,102); }
div.DivClassName
{
background-color: #DEF066;
}
.BgClassName
{
background-color: #DEF066;
}
</style>
border-color css
<style>
span { border-color: #DEF066; }
span { border-color: rgb(222,240,102); }
td.TdClassName
{
border-color: #DEF066;
}
.TagClassName
{
border-color: #DEF066;
}
</style>