Shades of Mindaro #DDFF69
Tints of Mindaro #DDFF69
RGB
CMYK
RGB Variations
Color information
#DDFF69 (or 0xDDFF69) is known color: Mindaro. HEX triplet: DD, FF and 69. RGB value is (221,255,105). Sum of RGB (Red+Green+Blue) = 221+255+105=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 105 (41.41% from 255 or 18.07% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF69 is #220096. Grayscale: #E4E4E4. Windows color (decimal): -2228375 or 6946781. OLE color: 6946781.
HSL color Cylindrical-coordinate representation of color #DDFF69: hue angle of 73.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDFF69 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 105 | - |
| CMYK | 0.13 | 0 | 0.59 | 0 |
| HSL | 73.6º | 1% | 0.71% | - |
| HSV(B) | 73.6º | 0.59% | 1% | - |
| XYZ | 68.13 | 87.91 | 26.74 | - |
| YUV | 227.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 105 | 0.13 | 0 | 0.59 | 0 | 73.6 | 1 | 0.71 |
| Hex | DD | FF | 69 | D | 0 | 3B | 0 | 4A | 64 | 47 |
| Octal | 335 | 377 | 151 | 15 | 0 | 73 | 0 | 112 | 144 | 107 |
| Binary | 11011101 | 11111111 | 1101001 | 1101 | 0 | 111011 | 0 | 1001010 | 1100100 | 1000111 |
Color Harmonies of #DDFF69
Complementary color
Monochromatic Colors of #DDFF69
Black with #DDFF69
Text Example
Text Example
White with #DDFF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF69; }
p { color: rgb(221,255,105); }
H1.HeaderClassName
{
color: #DDFF69;
}
.AnyTagClassName
{
color: #DDFF69;
}
</style>
background-color css
<style>
a { background-color: #DDFF69; }
a { background-color: rgb(221,255,105); }
div.DivClassName
{
background-color: #DDFF69;
}
.BgClassName
{
background-color: #DDFF69;
}
</style>
border-color css
<style>
span { border-color: #DDFF69; }
span { border-color: rgb(221,255,105); }
td.TdClassName
{
border-color: #DDFF69;
}
.TagClassName
{
border-color: #DDFF69;
}
</style>