Shades of Mindaro #DDF36D
Tints of Mindaro #DDF36D
RGB
CMYK
RGB Variations
Color information
#DDF36D (or 0xDDF36D) is known color: Mindaro. HEX triplet: DD, F3 and 6D. RGB value is (221,243,109). Sum of RGB (Red+Green+Blue) = 221+243+109=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 109 (42.97% from 255 or 19.02% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF36D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF36D is #220C92. Grayscale: #DDDDDD. Windows color (decimal): -2231443 or 7205853. OLE color: 7205853.
HSL color Cylindrical-coordinate representation of color #DDF36D: hue angle of 69.85º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDF36D is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 109 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.05 |
| HSL | 69.85º | 0.85% | 0.69% | - |
| HSV(B) | 69.85º | 0.55% | 0.95% | - |
| XYZ | 64.63 | 80.58 | 26.61 | - |
| YUV | 221.15 | 64.71 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 109 | 0.09 | 0 | 0.55 | 0.05 | 69.85 | 0.85 | 0.69 |
| Hex | DD | F3 | 6D | 9 | 0 | 37 | 5 | 46 | 55 | 45 |
| Octal | 335 | 363 | 155 | 11 | 0 | 67 | 5 | 106 | 125 | 105 |
| Binary | 11011101 | 11110011 | 1101101 | 1001 | 0 | 110111 | 101 | 1000110 | 1010101 | 1000101 |
Color Harmonies of #DDF36D
Complementary color
Monochromatic Colors of #DDF36D
Black with #DDF36D
Text Example
Text Example
White with #DDF36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF36D; }
p { color: rgb(221,243,109); }
H1.HeaderClassName
{
color: #DDF36D;
}
.AnyTagClassName
{
color: #DDF36D;
}
</style>
background-color css
<style>
a { background-color: #DDF36D; }
a { background-color: rgb(221,243,109); }
div.DivClassName
{
background-color: #DDF36D;
}
.BgClassName
{
background-color: #DDF36D;
}
</style>
border-color css
<style>
span { border-color: #DDF36D; }
span { border-color: rgb(221,243,109); }
td.TdClassName
{
border-color: #DDF36D;
}
.TagClassName
{
border-color: #DDF36D;
}
</style>