Shades of Mindaro #DDFD7A
Tints of Mindaro #DDFD7A
RGB
CMYK
RGB Variations
Color information
#DDFD7A (or 0xDDFD7A) is known color: Mindaro. HEX triplet: DD, FD and 7A. RGB value is (221,253,122). Sum of RGB (Red+Green+Blue) = 221+253+122=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 122 (48.05% from 255 or 20.47% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD7A is #220285. Grayscale: #E4E4E4. Windows color (decimal): -2228870 or 8060381. OLE color: 8060381.
HSL color Cylindrical-coordinate representation of color #DDFD7A: hue angle of 74.66º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDFD7A is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 122 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.01 |
| HSL | 74.66º | 0.97% | 0.74% | - |
| HSV(B) | 74.66º | 0.52% | 0.99% | - |
| XYZ | 68.46 | 87.03 | 31.6 | - |
| YUV | 228.5 | 67.9 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 122 | 0.13 | 0 | 0.52 | 0.01 | 74.66 | 0.97 | 0.74 |
| Hex | DD | FD | 7A | D | 0 | 34 | 1 | 4B | 61 | 4A |
| Octal | 335 | 375 | 172 | 15 | 0 | 64 | 1 | 113 | 141 | 112 |
| Binary | 11011101 | 11111101 | 1111010 | 1101 | 0 | 110100 | 1 | 1001011 | 1100001 | 1001010 |
Color Harmonies of #DDFD7A
Complementary color
Monochromatic Colors of #DDFD7A
Black with #DDFD7A
Text Example
Text Example
White with #DDFD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD7A; }
p { color: rgb(221,253,122); }
H1.HeaderClassName
{
color: #DDFD7A;
}
.AnyTagClassName
{
color: #DDFD7A;
}
</style>
background-color css
<style>
a { background-color: #DDFD7A; }
a { background-color: rgb(221,253,122); }
div.DivClassName
{
background-color: #DDFD7A;
}
.BgClassName
{
background-color: #DDFD7A;
}
</style>
border-color css
<style>
span { border-color: #DDFD7A; }
span { border-color: rgb(221,253,122); }
td.TdClassName
{
border-color: #DDFD7A;
}
.TagClassName
{
border-color: #DDFD7A;
}
</style>