Shades of Mindaro #DDF36E
Tints of Mindaro #DDF36E
RGB
CMYK
RGB Variations
Color information
#DDF36E (or 0xDDF36E) is known color: Mindaro. HEX triplet: DD, F3 and 6E. RGB value is (221,243,110). Sum of RGB (Red+Green+Blue) = 221+243+110=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 110 (43.36% from 255 or 19.16% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF36E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF36E is #220C91. Grayscale: #DDDDDD. Windows color (decimal): -2231442 or 7271389. OLE color: 7271389.
HSL color Cylindrical-coordinate representation of color #DDF36E: hue angle of 69.92º 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 #DDF36E is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 110 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.05 |
| HSL | 69.92º | 0.85% | 0.69% | - |
| HSV(B) | 69.92º | 0.55% | 0.95% | - |
| XYZ | 64.68 | 80.6 | 26.9 | - |
| YUV | 221.26 | 65.21 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 110 | 0.09 | 0 | 0.55 | 0.05 | 69.92 | 0.85 | 0.69 |
| Hex | DD | F3 | 6E | 9 | 0 | 37 | 5 | 46 | 55 | 45 |
| Octal | 335 | 363 | 156 | 11 | 0 | 67 | 5 | 106 | 125 | 105 |
| Binary | 11011101 | 11110011 | 1101110 | 1001 | 0 | 110111 | 101 | 1000110 | 1010101 | 1000101 |
Color Harmonies of #DDF36E
Complementary color
Monochromatic Colors of #DDF36E
Black with #DDF36E
Text Example
Text Example
White with #DDF36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF36E; }
p { color: rgb(221,243,110); }
H1.HeaderClassName
{
color: #DDF36E;
}
.AnyTagClassName
{
color: #DDF36E;
}
</style>
background-color css
<style>
a { background-color: #DDF36E; }
a { background-color: rgb(221,243,110); }
div.DivClassName
{
background-color: #DDF36E;
}
.BgClassName
{
background-color: #DDF36E;
}
</style>
border-color css
<style>
span { border-color: #DDF36E; }
span { border-color: rgb(221,243,110); }
td.TdClassName
{
border-color: #DDF36E;
}
.TagClassName
{
border-color: #DDF36E;
}
</style>