Shades of Mindaro #DDEF64
Tints of Mindaro #DDEF64
RGB
CMYK
RGB Variations
Color information
#DDEF64 (or 0xDDEF64) is known color: Mindaro. HEX triplet: DD, EF and 64. RGB value is (221,239,100). Sum of RGB (Red+Green+Blue) = 221+239+100=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF64 is #22109B. Grayscale: #DADADA. Windows color (decimal): -2232476 or 6615005. OLE color: 6615005.
HSL color Cylindrical-coordinate representation of color #DDEF64: hue angle of 67.77º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDEF64 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 100 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.06 |
| HSL | 67.77º | 0.81% | 0.66% | - |
| HSV(B) | 67.77º | 0.58% | 0.94% | - |
| XYZ | 62.99 | 78.03 | 23.8 | - |
| YUV | 217.77 | 61.54 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 100 | 0.08 | 0 | 0.58 | 0.06 | 67.77 | 0.81 | 0.66 |
| Hex | DD | EF | 64 | 8 | 0 | 3A | 6 | 44 | 51 | 42 |
| Octal | 335 | 357 | 144 | 10 | 0 | 72 | 6 | 104 | 121 | 102 |
| Binary | 11011101 | 11101111 | 1100100 | 1000 | 0 | 111010 | 110 | 1000100 | 1010001 | 1000010 |
Color Harmonies of #DDEF64
Complementary color
Monochromatic Colors of #DDEF64
Black with #DDEF64
Text Example
Text Example
White with #DDEF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF64; }
p { color: rgb(221,239,100); }
H1.HeaderClassName
{
color: #DDEF64;
}
.AnyTagClassName
{
color: #DDEF64;
}
</style>
background-color css
<style>
a { background-color: #DDEF64; }
a { background-color: rgb(221,239,100); }
div.DivClassName
{
background-color: #DDEF64;
}
.BgClassName
{
background-color: #DDEF64;
}
</style>
border-color css
<style>
span { border-color: #DDEF64; }
span { border-color: rgb(221,239,100); }
td.TdClassName
{
border-color: #DDEF64;
}
.TagClassName
{
border-color: #DDEF64;
}
</style>