Shades of Mindaro #DDEF69
Tints of Mindaro #DDEF69
RGB
CMYK
RGB Variations
Color information
#DDEF69 (or 0xDDEF69) is known color: Mindaro. HEX triplet: DD, EF and 69. RGB value is (221,239,105). Sum of RGB (Red+Green+Blue) = 221+239+105=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 105 (41.41% from 255 or 18.58% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF69 is #221096. Grayscale: #DADADA. Windows color (decimal): -2232471 or 6942685. OLE color: 6942685.
HSL color Cylindrical-coordinate representation of color #DDEF69: hue angle of 68.06º 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 #DDEF69 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 105 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.06 |
| HSL | 68.06º | 0.81% | 0.67% | - |
| HSV(B) | 68.06º | 0.56% | 0.94% | - |
| XYZ | 63.24 | 78.13 | 25.11 | - |
| YUV | 218.34 | 64.04 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 105 | 0.08 | 0 | 0.56 | 0.06 | 68.06 | 0.81 | 0.67 |
| Hex | DD | EF | 69 | 8 | 0 | 38 | 6 | 44 | 51 | 43 |
| Octal | 335 | 357 | 151 | 10 | 0 | 70 | 6 | 104 | 121 | 103 |
| Binary | 11011101 | 11101111 | 1101001 | 1000 | 0 | 111000 | 110 | 1000100 | 1010001 | 1000011 |
Color Harmonies of #DDEF69
Complementary color
Monochromatic Colors of #DDEF69
Black with #DDEF69
Text Example
Text Example
White with #DDEF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF69; }
p { color: rgb(221,239,105); }
H1.HeaderClassName
{
color: #DDEF69;
}
.AnyTagClassName
{
color: #DDEF69;
}
</style>
background-color css
<style>
a { background-color: #DDEF69; }
a { background-color: rgb(221,239,105); }
div.DivClassName
{
background-color: #DDEF69;
}
.BgClassName
{
background-color: #DDEF69;
}
</style>
border-color css
<style>
span { border-color: #DDEF69; }
span { border-color: rgb(221,239,105); }
td.TdClassName
{
border-color: #DDEF69;
}
.TagClassName
{
border-color: #DDEF69;
}
</style>