Shades of Mindaro #DDF47B
Tints of Mindaro #DDF47B
RGB
CMYK
RGB Variations
Color information
#DDF47B (or 0xDDF47B) is known color: Mindaro. HEX triplet: DD, F4 and 7B. RGB value is (221,244,123). Sum of RGB (Red+Green+Blue) = 221+244+123=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 123 (48.44% from 255 or 20.92% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF47B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF47B is #220B84. Grayscale: #DFDFDF. Windows color (decimal): -2231173 or 8123613. OLE color: 8123613.
HSL color Cylindrical-coordinate representation of color #DDF47B: hue angle of 71.4º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDF47B is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 123 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.04 |
| HSL | 71.4º | 0.85% | 0.72% | - |
| HSV(B) | 71.4º | 0.5% | 0.96% | - |
| XYZ | 65.74 | 81.5 | 31.01 | - |
| YUV | 223.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 123 | 0.09 | 0 | 0.50 | 0.04 | 71.4 | 0.85 | 0.72 |
| Hex | DD | F4 | 7B | 9 | 0 | 32 | 4 | 47 | 55 | 48 |
| Octal | 335 | 364 | 173 | 11 | 0 | 62 | 4 | 107 | 125 | 110 |
| Binary | 11011101 | 11110100 | 1111011 | 1001 | 0 | 110010 | 100 | 1000111 | 1010101 | 1001000 |
Color Harmonies of #DDF47B
Complementary color
Monochromatic Colors of #DDF47B
Black with #DDF47B
Text Example
Text Example
White with #DDF47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF47B; }
p { color: rgb(221,244,123); }
H1.HeaderClassName
{
color: #DDF47B;
}
.AnyTagClassName
{
color: #DDF47B;
}
</style>
background-color css
<style>
a { background-color: #DDF47B; }
a { background-color: rgb(221,244,123); }
div.DivClassName
{
background-color: #DDF47B;
}
.BgClassName
{
background-color: #DDF47B;
}
</style>
border-color css
<style>
span { border-color: #DDF47B; }
span { border-color: rgb(221,244,123); }
td.TdClassName
{
border-color: #DDF47B;
}
.TagClassName
{
border-color: #DDF47B;
}
</style>