Shades of Mindaro #DDFF61
Tints of Mindaro #DDFF61
RGB
CMYK
RGB Variations
Color information
#DDFF61 (or 0xDDFF61) is known color: Mindaro. HEX triplet: DD, FF and 61. RGB value is (221,255,97). Sum of RGB (Red+Green+Blue) = 221+255+97=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 97 (38.28% from 255 or 16.93% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF61 is #22009E. Grayscale: #E3E3E3. Windows color (decimal): -2228383 or 6422493. OLE color: 6422493.
HSL color Cylindrical-coordinate representation of color #DDFF61: hue angle of 72.91º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDFF61 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 97 | - |
| CMYK | 0.13 | 0 | 0.62 | 0 |
| HSL | 72.91º | 1% | 0.69% | - |
| HSV(B) | 72.91º | 0.62% | 1% | - |
| XYZ | 67.74 | 87.76 | 24.68 | - |
| YUV | 226.82 | 54.74 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 97 | 0.13 | 0 | 0.62 | 0 | 72.91 | 1 | 0.69 |
| Hex | DD | FF | 61 | D | 0 | 3E | 0 | 49 | 64 | 45 |
| Octal | 335 | 377 | 141 | 15 | 0 | 76 | 0 | 111 | 144 | 105 |
| Binary | 11011101 | 11111111 | 1100001 | 1101 | 0 | 111110 | 0 | 1001001 | 1100100 | 1000101 |
Color Harmonies of #DDFF61
Complementary color
Monochromatic Colors of #DDFF61
Black with #DDFF61
Text Example
Text Example
White with #DDFF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF61; }
p { color: rgb(221,255,97); }
H1.HeaderClassName
{
color: #DDFF61;
}
.AnyTagClassName
{
color: #DDFF61;
}
</style>
background-color css
<style>
a { background-color: #DDFF61; }
a { background-color: rgb(221,255,97); }
div.DivClassName
{
background-color: #DDFF61;
}
.BgClassName
{
background-color: #DDFF61;
}
</style>
border-color css
<style>
span { border-color: #DDFF61; }
span { border-color: rgb(221,255,97); }
td.TdClassName
{
border-color: #DDFF61;
}
.TagClassName
{
border-color: #DDFF61;
}
</style>