Shades of Mindaro #DDF581
Tints of Mindaro #DDF581
RGB
CMYK
RGB Variations
Color information
#DDF581 (or 0xDDF581) is known color: Mindaro. HEX triplet: DD, F5 and 81. RGB value is (221,245,129). Sum of RGB (Red+Green+Blue) = 221+245+129=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF581 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF581 is #220A7E. Grayscale: #E1E1E1. Windows color (decimal): -2230911 or 8517085. OLE color: 8517085.
HSL color Cylindrical-coordinate representation of color #DDF581: hue angle of 72.41º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDF581 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 129 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.04 |
| HSL | 72.41º | 0.85% | 0.73% | - |
| HSV(B) | 72.41º | 0.47% | 0.96% | - |
| XYZ | 66.43 | 82.26 | 33.15 | - |
| YUV | 224.6 | 74.05 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 129 | 0.10 | 0 | 0.47 | 0.04 | 72.41 | 0.85 | 0.73 |
| Hex | DD | F5 | 81 | A | 0 | 2F | 4 | 48 | 55 | 49 |
| Octal | 335 | 365 | 201 | 12 | 0 | 57 | 4 | 110 | 125 | 111 |
| Binary | 11011101 | 11110101 | 10000001 | 1010 | 0 | 101111 | 100 | 1001000 | 1010101 | 1001001 |
Color Harmonies of #DDF581
Complementary color
Monochromatic Colors of #DDF581
Black with #DDF581
Text Example
Text Example
White with #DDF581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF581; }
p { color: rgb(221,245,129); }
H1.HeaderClassName
{
color: #DDF581;
}
.AnyTagClassName
{
color: #DDF581;
}
</style>
background-color css
<style>
a { background-color: #DDF581; }
a { background-color: rgb(221,245,129); }
div.DivClassName
{
background-color: #DDF581;
}
.BgClassName
{
background-color: #DDF581;
}
</style>
border-color css
<style>
span { border-color: #DDF581; }
span { border-color: rgb(221,245,129); }
td.TdClassName
{
border-color: #DDF581;
}
.TagClassName
{
border-color: #DDF581;
}
</style>