Shades of Mindaro #DDFF70
Tints of Mindaro #DDFF70
RGB
CMYK
RGB Variations
Color information
#DDFF70 (or 0xDDFF70) is known color: Mindaro. HEX triplet: DD, FF and 70. RGB value is (221,255,112). Sum of RGB (Red+Green+Blue) = 221+255+112=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 112 (44.14% from 255 or 19.05% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF70 is #22008F. Grayscale: #E5E5E5. Windows color (decimal): -2228368 or 7405533. OLE color: 7405533.
HSL color Cylindrical-coordinate representation of color #DDFF70: hue angle of 74.27º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDFF70 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 112 | - |
| CMYK | 0.13 | 0 | 0.56 | 0 |
| HSL | 74.27º | 1% | 0.72% | - |
| HSV(B) | 74.27º | 0.56% | 1% | - |
| XYZ | 68.5 | 88.06 | 28.72 | - |
| YUV | 228.53 | 62.24 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 112 | 0.13 | 0 | 0.56 | 0 | 74.27 | 1 | 0.72 |
| Hex | DD | FF | 70 | D | 0 | 38 | 0 | 4A | 64 | 48 |
| Octal | 335 | 377 | 160 | 15 | 0 | 70 | 0 | 112 | 144 | 110 |
| Binary | 11011101 | 11111111 | 1110000 | 1101 | 0 | 111000 | 0 | 1001010 | 1100100 | 1001000 |
Color Harmonies of #DDFF70
Complementary color
Monochromatic Colors of #DDFF70
Black with #DDFF70
Text Example
Text Example
White with #DDFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF70; }
p { color: rgb(221,255,112); }
H1.HeaderClassName
{
color: #DDFF70;
}
.AnyTagClassName
{
color: #DDFF70;
}
</style>
background-color css
<style>
a { background-color: #DDFF70; }
a { background-color: rgb(221,255,112); }
div.DivClassName
{
background-color: #DDFF70;
}
.BgClassName
{
background-color: #DDFF70;
}
</style>
border-color css
<style>
span { border-color: #DDFF70; }
span { border-color: rgb(221,255,112); }
td.TdClassName
{
border-color: #DDFF70;
}
.TagClassName
{
border-color: #DDFF70;
}
</style>