Shades of Mindaro #DDEF62
Tints of Mindaro #DDEF62
RGB
CMYK
RGB Variations
Color information
#DDEF62 (or 0xDDEF62) is known color: Mindaro. HEX triplet: DD, EF and 62. RGB value is (221,239,98). Sum of RGB (Red+Green+Blue) = 221+239+98=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 98 (38.67% from 255 or 17.56% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF62 is #22109D. Grayscale: #DADADA. Windows color (decimal): -2232478 or 6483933. OLE color: 6483933.
HSL color Cylindrical-coordinate representation of color #DDEF62: hue angle of 67.66º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDEF62 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 98 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.06 |
| HSL | 67.66º | 0.82% | 0.66% | - |
| HSV(B) | 67.66º | 0.59% | 0.94% | - |
| XYZ | 62.89 | 77.99 | 23.29 | - |
| YUV | 217.54 | 60.54 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 98 | 0.08 | 0 | 0.59 | 0.06 | 67.66 | 0.82 | 0.66 |
| Hex | DD | EF | 62 | 8 | 0 | 3B | 6 | 44 | 52 | 42 |
| Octal | 335 | 357 | 142 | 10 | 0 | 73 | 6 | 104 | 122 | 102 |
| Binary | 11011101 | 11101111 | 1100010 | 1000 | 0 | 111011 | 110 | 1000100 | 1010010 | 1000010 |
Color Harmonies of #DDEF62
Complementary color
Monochromatic Colors of #DDEF62
Black with #DDEF62
Text Example
Text Example
White with #DDEF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF62; }
p { color: rgb(221,239,98); }
H1.HeaderClassName
{
color: #DDEF62;
}
.AnyTagClassName
{
color: #DDEF62;
}
</style>
background-color css
<style>
a { background-color: #DDEF62; }
a { background-color: rgb(221,239,98); }
div.DivClassName
{
background-color: #DDEF62;
}
.BgClassName
{
background-color: #DDEF62;
}
</style>
border-color css
<style>
span { border-color: #DDEF62; }
span { border-color: rgb(221,239,98); }
td.TdClassName
{
border-color: #DDEF62;
}
.TagClassName
{
border-color: #DDEF62;
}
</style>