Shades of Mindaro #DEF766
Tints of Mindaro #DEF766
RGB
CMYK
RGB Variations
Color information
#DEF766 (or 0xDEF766) is known color: Mindaro. HEX triplet: DE, F7 and 66. RGB value is (222,247,102). Sum of RGB (Red+Green+Blue) = 222+247+102=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 102 (40.23% from 255 or 17.86% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF766 is #210899. Grayscale: #DFDFDF. Windows color (decimal): -2164890 or 6748126. OLE color: 6748126.
HSL color Cylindrical-coordinate representation of color #DEF766: hue angle of 70.34º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEF766 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
RGB | 222 | 247 | 102 | - |
CMYK | 0.10 | 0 | 0.59 | 0.03 |
HSL | 70.34º | 0.9% | 0.68% | - |
HSV(B) | 70.34º | 0.59% | 0.97% | - |
XYZ | 65.78 | 83.01 | 25.13 | - |
YUV | 223 | 59.72 | 127.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 247 | 102 | 0.10 | 0 | 0.59 | 0.03 | 70.34 | 0.9 | 0.68 |
Hex | DE | F7 | 66 | A | 0 | 3B | 3 | 46 | 5A | 44 |
Octal | 336 | 367 | 146 | 12 | 0 | 73 | 3 | 106 | 132 | 104 |
Binary | 11011110 | 11110111 | 1100110 | 1010 | 0 | 111011 | 11 | 1000110 | 1011010 | 1000100 |
Color Harmonies of #DEF766
Complementary color
Monochromatic Colors of #DEF766
Black with #DEF766
Text Example
Text Example
White with #DEF766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF766; }
p { color: rgb(222,247,102); }
H1.HeaderClassName
{
color: #DEF766;
}
.AnyTagClassName
{
color: #DEF766;
}
</style>
background-color css
<style>
a { background-color: #DEF766; }
a { background-color: rgb(222,247,102); }
div.DivClassName
{
background-color: #DEF766;
}
.BgClassName
{
background-color: #DEF766;
}
</style>
border-color css
<style>
span { border-color: #DEF766; }
span { border-color: rgb(222,247,102); }
td.TdClassName
{
border-color: #DEF766;
}
.TagClassName
{
border-color: #DEF766;
}
</style>