Shades of Mindaro #DEFF64
Tints of Mindaro #DEFF64
RGB
CMYK
RGB Variations
Color information
#DEFF64 (or 0xDEFF64) is known color: Mindaro. HEX triplet: DE, FF and 64. RGB value is (222,255,100). Sum of RGB (Red+Green+Blue) = 222+255+100=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 100 (39.45% from 255 or 17.33% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF64 is #21009B. Grayscale: #E4E4E4. Windows color (decimal): -2162844 or 6619102. OLE color: 6619102.
HSL color Cylindrical-coordinate representation of color #DEFF64: hue angle of 72.77º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEFF64 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 100 | - |
| CMYK | 0.13 | 0 | 0.61 | 0 |
| HSL | 72.77º | 1% | 0.7% | - |
| HSV(B) | 72.77º | 0.61% | 1% | - |
| XYZ | 68.18 | 87.97 | 25.44 | - |
| YUV | 227.46 | 56.07 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 100 | 0.13 | 0 | 0.61 | 0 | 72.77 | 1 | 0.7 |
| Hex | DE | FF | 64 | D | 0 | 3D | 0 | 49 | 64 | 46 |
| Octal | 336 | 377 | 144 | 15 | 0 | 75 | 0 | 111 | 144 | 106 |
| Binary | 11011110 | 11111111 | 1100100 | 1101 | 0 | 111101 | 0 | 1001001 | 1100100 | 1000110 |
Color Harmonies of #DEFF64
Complementary color
Monochromatic Colors of #DEFF64
Black with #DEFF64
Text Example
Text Example
White with #DEFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF64; }
p { color: rgb(222,255,100); }
H1.HeaderClassName
{
color: #DEFF64;
}
.AnyTagClassName
{
color: #DEFF64;
}
</style>
background-color css
<style>
a { background-color: #DEFF64; }
a { background-color: rgb(222,255,100); }
div.DivClassName
{
background-color: #DEFF64;
}
.BgClassName
{
background-color: #DEFF64;
}
</style>
border-color css
<style>
span { border-color: #DEFF64; }
span { border-color: rgb(222,255,100); }
td.TdClassName
{
border-color: #DEFF64;
}
.TagClassName
{
border-color: #DEFF64;
}
</style>