Shades of Mindaro #DDFC80
Tints of Mindaro #DDFC80
RGB
CMYK
RGB Variations
Color information
#DDFC80 (or 0xDDFC80) is known color: Mindaro. HEX triplet: DD, FC and 80. RGB value is (221,252,128). Sum of RGB (Red+Green+Blue) = 221+252+128=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 128 (50.39% from 255 or 21.30% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC80 is #22037F. Grayscale: #E5E5E5. Windows color (decimal): -2229120 or 8453341. OLE color: 8453341.
HSL color Cylindrical-coordinate representation of color #DDFC80: hue angle of 75º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDFC80 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 128 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.01 |
| HSL | 75º | 0.95% | 0.75% | - |
| HSV(B) | 75º | 0.49% | 0.99% | - |
| XYZ | 68.53 | 86.55 | 33.52 | - |
| YUV | 228.6 | 71.23 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 128 | 0.12 | 0 | 0.49 | 0.01 | 75 | 0.95 | 0.75 |
| Hex | DD | FC | 80 | C | 0 | 31 | 1 | 4B | 5F | 4B |
| Octal | 335 | 374 | 200 | 14 | 0 | 61 | 1 | 113 | 137 | 113 |
| Binary | 11011101 | 11111100 | 10000000 | 1100 | 0 | 110001 | 1 | 1001011 | 1011111 | 1001011 |
Color Harmonies of #DDFC80
Complementary color
Monochromatic Colors of #DDFC80
Black with #DDFC80
Text Example
Text Example
White with #DDFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC80; }
p { color: rgb(221,252,128); }
H1.HeaderClassName
{
color: #DDFC80;
}
.AnyTagClassName
{
color: #DDFC80;
}
</style>
background-color css
<style>
a { background-color: #DDFC80; }
a { background-color: rgb(221,252,128); }
div.DivClassName
{
background-color: #DDFC80;
}
.BgClassName
{
background-color: #DDFC80;
}
</style>
border-color css
<style>
span { border-color: #DDFC80; }
span { border-color: rgb(221,252,128); }
td.TdClassName
{
border-color: #DDFC80;
}
.TagClassName
{
border-color: #DDFC80;
}
</style>