Shades of Mindaro #DDF080
Tints of Mindaro #DDF080
RGB
CMYK
RGB Variations
Color information
#DDF080 (or 0xDDF080) is known color: Mindaro. HEX triplet: DD, F0 and 80. RGB value is (221,240,128). Sum of RGB (Red+Green+Blue) = 221+240+128=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF080 is #220F7F. Grayscale: #DDDDDD. Windows color (decimal): -2232192 or 8450269. OLE color: 8450269.
HSL color Cylindrical-coordinate representation of color #DDF080: hue angle of 70.18º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDF080 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 128 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.06 |
| HSL | 70.18º | 0.79% | 0.72% | - |
| HSV(B) | 70.18º | 0.47% | 0.94% | - |
| XYZ | 64.88 | 79.25 | 32.3 | - |
| YUV | 221.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 128 | 0.08 | 0 | 0.47 | 0.06 | 70.18 | 0.79 | 0.72 |
| Hex | DD | F0 | 80 | 8 | 0 | 2F | 6 | 46 | 4F | 48 |
| Octal | 335 | 360 | 200 | 10 | 0 | 57 | 6 | 106 | 117 | 110 |
| Binary | 11011101 | 11110000 | 10000000 | 1000 | 0 | 101111 | 110 | 1000110 | 1001111 | 1001000 |
Color Harmonies of #DDF080
Complementary color
Monochromatic Colors of #DDF080
Black with #DDF080
Text Example
Text Example
White with #DDF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF080; }
p { color: rgb(221,240,128); }
H1.HeaderClassName
{
color: #DDF080;
}
.AnyTagClassName
{
color: #DDF080;
}
</style>
background-color css
<style>
a { background-color: #DDF080; }
a { background-color: rgb(221,240,128); }
div.DivClassName
{
background-color: #DDF080;
}
.BgClassName
{
background-color: #DDF080;
}
</style>
border-color css
<style>
span { border-color: #DDF080; }
span { border-color: rgb(221,240,128); }
td.TdClassName
{
border-color: #DDF080;
}
.TagClassName
{
border-color: #DDF080;
}
</style>