Shades of Mindaro #DDFC78
Tints of Mindaro #DDFC78
RGB
CMYK
RGB Variations
Color information
#DDFC78 (or 0xDDFC78) is known color: Mindaro. HEX triplet: DD, FC and 78. RGB value is (221,252,120). Sum of RGB (Red+Green+Blue) = 221+252+120=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 120 (47.27% from 255 or 20.24% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC78 is #220387. Grayscale: #E4E4E4. Windows color (decimal): -2229128 or 7929053. OLE color: 7929053.
HSL color Cylindrical-coordinate representation of color #DDFC78: hue angle of 74.09º 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 #DDFC78 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 120 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.01 |
| HSL | 74.09º | 0.96% | 0.73% | - |
| HSV(B) | 74.09º | 0.52% | 0.99% | - |
| XYZ | 68.02 | 86.35 | 30.85 | - |
| YUV | 227.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 120 | 0.12 | 0 | 0.52 | 0.01 | 74.09 | 0.96 | 0.73 |
| Hex | DD | FC | 78 | C | 0 | 34 | 1 | 4A | 60 | 49 |
| Octal | 335 | 374 | 170 | 14 | 0 | 64 | 1 | 112 | 140 | 111 |
| Binary | 11011101 | 11111100 | 1111000 | 1100 | 0 | 110100 | 1 | 1001010 | 1100000 | 1001001 |
Color Harmonies of #DDFC78
Complementary color
Monochromatic Colors of #DDFC78
Black with #DDFC78
Text Example
Text Example
White with #DDFC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC78; }
p { color: rgb(221,252,120); }
H1.HeaderClassName
{
color: #DDFC78;
}
.AnyTagClassName
{
color: #DDFC78;
}
</style>
background-color css
<style>
a { background-color: #DDFC78; }
a { background-color: rgb(221,252,120); }
div.DivClassName
{
background-color: #DDFC78;
}
.BgClassName
{
background-color: #DDFC78;
}
</style>
border-color css
<style>
span { border-color: #DDFC78; }
span { border-color: rgb(221,252,120); }
td.TdClassName
{
border-color: #DDFC78;
}
.TagClassName
{
border-color: #DDFC78;
}
</style>