Shades of Mindaro #DDFC7A
Tints of Mindaro #DDFC7A
RGB
CMYK
RGB Variations
Color information
#DDFC7A (or 0xDDFC7A) is known color: Mindaro. HEX triplet: DD, FC and 7A. RGB value is (221,252,122). Sum of RGB (Red+Green+Blue) = 221+252+122=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC7A is #220385. Grayscale: #E4E4E4. Windows color (decimal): -2229126 or 8060125. OLE color: 8060125.
HSL color Cylindrical-coordinate representation of color #DDFC7A: hue angle of 74.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDFC7A is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 122 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.01 |
| HSL | 74.31º | 0.96% | 0.73% | - |
| HSV(B) | 74.31º | 0.52% | 0.99% | - |
| XYZ | 68.14 | 86.4 | 31.5 | - |
| YUV | 227.91 | 68.23 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 122 | 0.12 | 0 | 0.52 | 0.01 | 74.31 | 0.96 | 0.73 |
| Hex | DD | FC | 7A | C | 0 | 34 | 1 | 4A | 60 | 49 |
| Octal | 335 | 374 | 172 | 14 | 0 | 64 | 1 | 112 | 140 | 111 |
| Binary | 11011101 | 11111100 | 1111010 | 1100 | 0 | 110100 | 1 | 1001010 | 1100000 | 1001001 |
Color Harmonies of #DDFC7A
Complementary color
Monochromatic Colors of #DDFC7A
Black with #DDFC7A
Text Example
Text Example
White with #DDFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC7A; }
p { color: rgb(221,252,122); }
H1.HeaderClassName
{
color: #DDFC7A;
}
.AnyTagClassName
{
color: #DDFC7A;
}
</style>
background-color css
<style>
a { background-color: #DDFC7A; }
a { background-color: rgb(221,252,122); }
div.DivClassName
{
background-color: #DDFC7A;
}
.BgClassName
{
background-color: #DDFC7A;
}
</style>
border-color css
<style>
span { border-color: #DDFC7A; }
span { border-color: rgb(221,252,122); }
td.TdClassName
{
border-color: #DDFC7A;
}
.TagClassName
{
border-color: #DDFC7A;
}
</style>