Shades of Mindaro #DDFD7C
Tints of Mindaro #DDFD7C
RGB
CMYK
RGB Variations
Color information
#DDFD7C (or 0xDDFD7C) is known color: Mindaro. HEX triplet: DD, FD and 7C. RGB value is (221,253,124). Sum of RGB (Red+Green+Blue) = 221+253+124=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 124 (48.83% from 255 or 20.74% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD7C is #220283. Grayscale: #E5E5E5. Windows color (decimal): -2228868 or 8191453. OLE color: 8191453.
HSL color Cylindrical-coordinate representation of color #DDFD7C: hue angle of 74.88º 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 #DDFD7C is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 124 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.01 |
| HSL | 74.88º | 0.97% | 0.74% | - |
| HSV(B) | 74.88º | 0.51% | 0.99% | - |
| XYZ | 68.58 | 87.08 | 32.26 | - |
| YUV | 228.73 | 68.9 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 124 | 0.13 | 0 | 0.51 | 0.01 | 74.88 | 0.97 | 0.74 |
| Hex | DD | FD | 7C | D | 0 | 33 | 1 | 4B | 61 | 4A |
| Octal | 335 | 375 | 174 | 15 | 0 | 63 | 1 | 113 | 141 | 112 |
| Binary | 11011101 | 11111101 | 1111100 | 1101 | 0 | 110011 | 1 | 1001011 | 1100001 | 1001010 |
Color Harmonies of #DDFD7C
Complementary color
Monochromatic Colors of #DDFD7C
Black with #DDFD7C
Text Example
Text Example
White with #DDFD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD7C; }
p { color: rgb(221,253,124); }
H1.HeaderClassName
{
color: #DDFD7C;
}
.AnyTagClassName
{
color: #DDFD7C;
}
</style>
background-color css
<style>
a { background-color: #DDFD7C; }
a { background-color: rgb(221,253,124); }
div.DivClassName
{
background-color: #DDFD7C;
}
.BgClassName
{
background-color: #DDFD7C;
}
</style>
border-color css
<style>
span { border-color: #DDFD7C; }
span { border-color: rgb(221,253,124); }
td.TdClassName
{
border-color: #DDFD7C;
}
.TagClassName
{
border-color: #DDFD7C;
}
</style>