Shades of Mindaro #DDFF6F
Tints of Mindaro #DDFF6F
RGB
CMYK
RGB Variations
Color information
#DDFF6F (or 0xDDFF6F) is known color: Mindaro. HEX triplet: DD, FF and 6F. RGB value is (221,255,111). Sum of RGB (Red+Green+Blue) = 221+255+111=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 111 (43.75% from 255 or 18.91% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF6F is #220090. Grayscale: #E4E4E4. Windows color (decimal): -2228369 or 7339997. OLE color: 7339997.
HSL color Cylindrical-coordinate representation of color #DDFF6F: hue angle of 74.17º 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 #DDFF6F is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 111 | - |
| CMYK | 0.13 | 0 | 0.56 | 0 |
| HSL | 74.17º | 1% | 0.72% | - |
| HSV(B) | 74.17º | 0.56% | 1% | - |
| XYZ | 68.45 | 88.04 | 28.42 | - |
| YUV | 228.42 | 61.74 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 111 | 0.13 | 0 | 0.56 | 0 | 74.17 | 1 | 0.72 |
| Hex | DD | FF | 6F | D | 0 | 38 | 0 | 4A | 64 | 48 |
| Octal | 335 | 377 | 157 | 15 | 0 | 70 | 0 | 112 | 144 | 110 |
| Binary | 11011101 | 11111111 | 1101111 | 1101 | 0 | 111000 | 0 | 1001010 | 1100100 | 1001000 |
Color Harmonies of #DDFF6F
Complementary color
Monochromatic Colors of #DDFF6F
Black with #DDFF6F
Text Example
Text Example
White with #DDFF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF6F; }
p { color: rgb(221,255,111); }
H1.HeaderClassName
{
color: #DDFF6F;
}
.AnyTagClassName
{
color: #DDFF6F;
}
</style>
background-color css
<style>
a { background-color: #DDFF6F; }
a { background-color: rgb(221,255,111); }
div.DivClassName
{
background-color: #DDFF6F;
}
.BgClassName
{
background-color: #DDFF6F;
}
</style>
border-color css
<style>
span { border-color: #DDFF6F; }
span { border-color: rgb(221,255,111); }
td.TdClassName
{
border-color: #DDFF6F;
}
.TagClassName
{
border-color: #DDFF6F;
}
</style>