Shades of Mindaro #DDF083
Tints of Mindaro #DDF083
RGB
CMYK
RGB Variations
Color information
#DDF083 (or 0xDDF083) is known color: Mindaro. HEX triplet: DD, F0 and 83. RGB value is (221,240,131). Sum of RGB (Red+Green+Blue) = 221+240+131=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 131 (51.56% from 255 or 22.13% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF083 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF083 is #220F7C. Grayscale: #DEDEDE. Windows color (decimal): -2232189 or 8646877. OLE color: 8646877.
HSL color Cylindrical-coordinate representation of color #DDF083: hue angle of 70.46º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDF083 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 131 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.06 |
| HSL | 70.46º | 0.78% | 0.73% | - |
| HSV(B) | 70.46º | 0.45% | 0.94% | - |
| XYZ | 65.08 | 79.33 | 33.36 | - |
| YUV | 221.89 | 76.71 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 131 | 0.08 | 0 | 0.45 | 0.06 | 70.46 | 0.78 | 0.73 |
| Hex | DD | F0 | 83 | 8 | 0 | 2D | 6 | 46 | 4E | 49 |
| Octal | 335 | 360 | 203 | 10 | 0 | 55 | 6 | 106 | 116 | 111 |
| Binary | 11011101 | 11110000 | 10000011 | 1000 | 0 | 101101 | 110 | 1000110 | 1001110 | 1001001 |
Color Harmonies of #DDF083
Complementary color
Monochromatic Colors of #DDF083
Black with #DDF083
Text Example
Text Example
White with #DDF083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF083; }
p { color: rgb(221,240,131); }
H1.HeaderClassName
{
color: #DDF083;
}
.AnyTagClassName
{
color: #DDF083;
}
</style>
background-color css
<style>
a { background-color: #DDF083; }
a { background-color: rgb(221,240,131); }
div.DivClassName
{
background-color: #DDF083;
}
.BgClassName
{
background-color: #DDF083;
}
</style>
border-color css
<style>
span { border-color: #DDF083; }
span { border-color: rgb(221,240,131); }
td.TdClassName
{
border-color: #DDF083;
}
.TagClassName
{
border-color: #DDF083;
}
</style>