Shades of Mindaro #DDFC7C
Tints of Mindaro #DDFC7C
RGB
CMYK
RGB Variations
Color information
#DDFC7C (or 0xDDFC7C) is known color: Mindaro. HEX triplet: DD, FC and 7C. RGB value is (221,252,124). Sum of RGB (Red+Green+Blue) = 221+252+124=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 124 (48.83% from 255 or 20.77% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC7C is #220383. Grayscale: #E4E4E4. Windows color (decimal): -2229124 or 8191197. OLE color: 8191197.
HSL color Cylindrical-coordinate representation of color #DDFC7C: hue angle of 74.53º degrees, saturation: 0.96, 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 #DDFC7C is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 124 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.01 |
| HSL | 74.53º | 0.96% | 0.74% | - |
| HSV(B) | 74.53º | 0.51% | 0.99% | - |
| XYZ | 68.27 | 86.45 | 32.16 | - |
| YUV | 228.14 | 69.23 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 124 | 0.12 | 0 | 0.51 | 0.01 | 74.53 | 0.96 | 0.74 |
| Hex | DD | FC | 7C | C | 0 | 33 | 1 | 4B | 60 | 4A |
| Octal | 335 | 374 | 174 | 14 | 0 | 63 | 1 | 113 | 140 | 112 |
| Binary | 11011101 | 11111100 | 1111100 | 1100 | 0 | 110011 | 1 | 1001011 | 1100000 | 1001010 |
Color Harmonies of #DDFC7C
Complementary color
Monochromatic Colors of #DDFC7C
Black with #DDFC7C
Text Example
Text Example
White with #DDFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC7C; }
p { color: rgb(221,252,124); }
H1.HeaderClassName
{
color: #DDFC7C;
}
.AnyTagClassName
{
color: #DDFC7C;
}
</style>
background-color css
<style>
a { background-color: #DDFC7C; }
a { background-color: rgb(221,252,124); }
div.DivClassName
{
background-color: #DDFC7C;
}
.BgClassName
{
background-color: #DDFC7C;
}
</style>
border-color css
<style>
span { border-color: #DDFC7C; }
span { border-color: rgb(221,252,124); }
td.TdClassName
{
border-color: #DDFC7C;
}
.TagClassName
{
border-color: #DDFC7C;
}
</style>