Shades of Mindaro #DDFD7D
Tints of Mindaro #DDFD7D
RGB
CMYK
RGB Variations
Color information
#DDFD7D (or 0xDDFD7D) is known color: Mindaro. HEX triplet: DD, FD and 7D. RGB value is (221,253,125). Sum of RGB (Red+Green+Blue) = 221+253+125=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD7D is #220282. Grayscale: #E5E5E5. Windows color (decimal): -2228867 or 8256989. OLE color: 8256989.
HSL color Cylindrical-coordinate representation of color #DDFD7D: hue angle of 75º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDFD7D is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 125 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.01 |
| HSL | 75º | 0.97% | 0.74% | - |
| HSV(B) | 75º | 0.51% | 0.99% | - |
| XYZ | 68.65 | 87.1 | 32.6 | - |
| YUV | 228.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 125 | 0.13 | 0 | 0.51 | 0.01 | 75 | 0.97 | 0.74 |
| Hex | DD | FD | 7D | D | 0 | 33 | 1 | 4B | 61 | 4A |
| Octal | 335 | 375 | 175 | 15 | 0 | 63 | 1 | 113 | 141 | 112 |
| Binary | 11011101 | 11111101 | 1111101 | 1101 | 0 | 110011 | 1 | 1001011 | 1100001 | 1001010 |
Color Harmonies of #DDFD7D
Complementary color
Monochromatic Colors of #DDFD7D
Black with #DDFD7D
Text Example
Text Example
White with #DDFD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD7D; }
p { color: rgb(221,253,125); }
H1.HeaderClassName
{
color: #DDFD7D;
}
.AnyTagClassName
{
color: #DDFD7D;
}
</style>
background-color css
<style>
a { background-color: #DDFD7D; }
a { background-color: rgb(221,253,125); }
div.DivClassName
{
background-color: #DDFD7D;
}
.BgClassName
{
background-color: #DDFD7D;
}
</style>
border-color css
<style>
span { border-color: #DDFD7D; }
span { border-color: rgb(221,253,125); }
td.TdClassName
{
border-color: #DDFD7D;
}
.TagClassName
{
border-color: #DDFD7D;
}
</style>