Shades of Mindaro #DDF26F
Tints of Mindaro #DDF26F
RGB
CMYK
RGB Variations
Color information
#DDF26F (or 0xDDF26F) is known color: Mindaro. HEX triplet: DD, F2 and 6F. RGB value is (221,242,111). Sum of RGB (Red+Green+Blue) = 221+242+111=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF26F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF26F is #220D90. Grayscale: #DDDDDD. Windows color (decimal): -2231697 or 7336669. OLE color: 7336669.
HSL color Cylindrical-coordinate representation of color #DDF26F: hue angle of 69.62º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDF26F is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 111 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.05 |
| HSL | 69.62º | 0.83% | 0.69% | - |
| HSV(B) | 69.62º | 0.54% | 0.95% | - |
| XYZ | 64.44 | 80.02 | 27.09 | - |
| YUV | 220.79 | 66.04 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 111 | 0.09 | 0 | 0.54 | 0.05 | 69.62 | 0.83 | 0.69 |
| Hex | DD | F2 | 6F | 9 | 0 | 36 | 5 | 46 | 53 | 45 |
| Octal | 335 | 362 | 157 | 11 | 0 | 66 | 5 | 106 | 123 | 105 |
| Binary | 11011101 | 11110010 | 1101111 | 1001 | 0 | 110110 | 101 | 1000110 | 1010011 | 1000101 |
Color Harmonies of #DDF26F
Complementary color
Monochromatic Colors of #DDF26F
Black with #DDF26F
Text Example
Text Example
White with #DDF26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF26F; }
p { color: rgb(221,242,111); }
H1.HeaderClassName
{
color: #DDF26F;
}
.AnyTagClassName
{
color: #DDF26F;
}
</style>
background-color css
<style>
a { background-color: #DDF26F; }
a { background-color: rgb(221,242,111); }
div.DivClassName
{
background-color: #DDF26F;
}
.BgClassName
{
background-color: #DDF26F;
}
</style>
border-color css
<style>
span { border-color: #DDF26F; }
span { border-color: rgb(221,242,111); }
td.TdClassName
{
border-color: #DDF26F;
}
.TagClassName
{
border-color: #DDF26F;
}
</style>