Shades of Mindaro #DDF56B
Tints of Mindaro #DDF56B
RGB
CMYK
RGB Variations
Color information
#DDF56B (or 0xDDF56B) is known color: Mindaro. HEX triplet: DD, F5 and 6B. RGB value is (221,245,107). Sum of RGB (Red+Green+Blue) = 221+245+107=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 107 (42.19% from 255 or 18.67% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF56B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF56B is #220A94. Grayscale: #DEDEDE. Windows color (decimal): -2230933 or 7075293. OLE color: 7075293.
HSL color Cylindrical-coordinate representation of color #DDF56B: hue angle of 70.43º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDF56B is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 107 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.04 |
| HSL | 70.43º | 0.87% | 0.69% | - |
| HSV(B) | 70.43º | 0.56% | 0.96% | - |
| XYZ | 65.13 | 81.74 | 26.25 | - |
| YUV | 222.09 | 63.05 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 107 | 0.10 | 0 | 0.56 | 0.04 | 70.43 | 0.87 | 0.69 |
| Hex | DD | F5 | 6B | A | 0 | 38 | 4 | 46 | 57 | 45 |
| Octal | 335 | 365 | 153 | 12 | 0 | 70 | 4 | 106 | 127 | 105 |
| Binary | 11011101 | 11110101 | 1101011 | 1010 | 0 | 111000 | 100 | 1000110 | 1010111 | 1000101 |
Color Harmonies of #DDF56B
Complementary color
Monochromatic Colors of #DDF56B
Black with #DDF56B
Text Example
Text Example
White with #DDF56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF56B; }
p { color: rgb(221,245,107); }
H1.HeaderClassName
{
color: #DDF56B;
}
.AnyTagClassName
{
color: #DDF56B;
}
</style>
background-color css
<style>
a { background-color: #DDF56B; }
a { background-color: rgb(221,245,107); }
div.DivClassName
{
background-color: #DDF56B;
}
.BgClassName
{
background-color: #DDF56B;
}
</style>
border-color css
<style>
span { border-color: #DDF56B; }
span { border-color: rgb(221,245,107); }
td.TdClassName
{
border-color: #DDF56B;
}
.TagClassName
{
border-color: #DDF56B;
}
</style>