Shades of Mindaro #DDEF68
Tints of Mindaro #DDEF68
RGB
CMYK
RGB Variations
Color information
#DDEF68 (or 0xDDEF68) is known color: Mindaro. HEX triplet: DD, EF and 68. RGB value is (221,239,104). Sum of RGB (Red+Green+Blue) = 221+239+104=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 104 (41.02% from 255 or 18.44% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF68 is #221097. Grayscale: #DADADA. Windows color (decimal): -2232472 or 6877149. OLE color: 6877149.
HSL color Cylindrical-coordinate representation of color #DDEF68: hue angle of 68º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDEF68 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 104 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.06 |
| HSL | 68º | 0.81% | 0.67% | - |
| HSV(B) | 68º | 0.56% | 0.94% | - |
| XYZ | 63.18 | 78.1 | 24.84 | - |
| YUV | 218.23 | 63.54 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 104 | 0.08 | 0 | 0.56 | 0.06 | 68 | 0.81 | 0.67 |
| Hex | DD | EF | 68 | 8 | 0 | 38 | 6 | 44 | 51 | 43 |
| Octal | 335 | 357 | 150 | 10 | 0 | 70 | 6 | 104 | 121 | 103 |
| Binary | 11011101 | 11101111 | 1101000 | 1000 | 0 | 111000 | 110 | 1000100 | 1010001 | 1000011 |
Color Harmonies of #DDEF68
Complementary color
Monochromatic Colors of #DDEF68
Black with #DDEF68
Text Example
Text Example
White with #DDEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF68; }
p { color: rgb(221,239,104); }
H1.HeaderClassName
{
color: #DDEF68;
}
.AnyTagClassName
{
color: #DDEF68;
}
</style>
background-color css
<style>
a { background-color: #DDEF68; }
a { background-color: rgb(221,239,104); }
div.DivClassName
{
background-color: #DDEF68;
}
.BgClassName
{
background-color: #DDEF68;
}
</style>
border-color css
<style>
span { border-color: #DDEF68; }
span { border-color: rgb(221,239,104); }
td.TdClassName
{
border-color: #DDEF68;
}
.TagClassName
{
border-color: #DDEF68;
}
</style>