Shades of Mindaro #DDFF7D
Tints of Mindaro #DDFF7D
RGB
CMYK
RGB Variations
Color information
#DDFF7D (or 0xDDFF7D) is known color: Mindaro. HEX triplet: DD, FF and 7D. RGB value is (221,255,125). Sum of RGB (Red+Green+Blue) = 221+255+125=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF7D is #220082. Grayscale: #E6E6E6. Windows color (decimal): -2228355 or 8257501. OLE color: 8257501.
HSL color Cylindrical-coordinate representation of color #DDFF7D: hue angle of 75.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDFF7D is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 125 | - |
CMYK | 0.13 | 0 | 0.51 | 0 |
HSL | 75.69º | 1% | 0.75% | - |
HSV(B) | 75.69º | 0.51% | 1% | - |
XYZ | 69.28 | 88.37 | 32.81 | - |
YUV | 230.01 | 68.74 | 121.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 125 | 0.13 | 0 | 0.51 | 0 | 75.69 | 1 | 0.75 |
Hex | DD | FF | 7D | D | 0 | 33 | 0 | 4C | 64 | 4B |
Octal | 335 | 377 | 175 | 15 | 0 | 63 | 0 | 114 | 144 | 113 |
Binary | 11011101 | 11111111 | 1111101 | 1101 | 0 | 110011 | 0 | 1001100 | 1100100 | 1001011 |
Color Harmonies of #DDFF7D
Complementary color
Monochromatic Colors of #DDFF7D
Black with #DDFF7D
Text Example
Text Example
White with #DDFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF7D; }
p { color: rgb(221,255,125); }
H1.HeaderClassName
{
color: #DDFF7D;
}
.AnyTagClassName
{
color: #DDFF7D;
}
</style>
background-color css
<style>
a { background-color: #DDFF7D; }
a { background-color: rgb(221,255,125); }
div.DivClassName
{
background-color: #DDFF7D;
}
.BgClassName
{
background-color: #DDFF7D;
}
</style>
border-color css
<style>
span { border-color: #DDFF7D; }
span { border-color: rgb(221,255,125); }
td.TdClassName
{
border-color: #DDFF7D;
}
.TagClassName
{
border-color: #DDFF7D;
}
</style>