Shades of Mindaro #DDF26A
Tints of Mindaro #DDF26A
RGB
CMYK
RGB Variations
Color information
#DDF26A (or 0xDDF26A) is known color: Mindaro. HEX triplet: DD, F2 and 6A. RGB value is (221,242,106). Sum of RGB (Red+Green+Blue) = 221+242+106=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF26A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF26A is #220D95. Grayscale: #DCDCDC. Windows color (decimal): -2231702 or 7008989. OLE color: 7008989.
HSL color Cylindrical-coordinate representation of color #DDF26A: hue angle of 69.26º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDF26A is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 106 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.05 |
| HSL | 69.26º | 0.84% | 0.68% | - |
| HSV(B) | 69.26º | 0.56% | 0.95% | - |
| XYZ | 64.17 | 79.92 | 25.68 | - |
| YUV | 220.22 | 63.54 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 106 | 0.09 | 0 | 0.56 | 0.05 | 69.26 | 0.84 | 0.68 |
| Hex | DD | F2 | 6A | 9 | 0 | 38 | 5 | 45 | 54 | 44 |
| Octal | 335 | 362 | 152 | 11 | 0 | 70 | 5 | 105 | 124 | 104 |
| Binary | 11011101 | 11110010 | 1101010 | 1001 | 0 | 111000 | 101 | 1000101 | 1010100 | 1000100 |
Color Harmonies of #DDF26A
Complementary color
Monochromatic Colors of #DDF26A
Black with #DDF26A
Text Example
Text Example
White with #DDF26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF26A; }
p { color: rgb(221,242,106); }
H1.HeaderClassName
{
color: #DDF26A;
}
.AnyTagClassName
{
color: #DDF26A;
}
</style>
background-color css
<style>
a { background-color: #DDF26A; }
a { background-color: rgb(221,242,106); }
div.DivClassName
{
background-color: #DDF26A;
}
.BgClassName
{
background-color: #DDF26A;
}
</style>
border-color css
<style>
span { border-color: #DDF26A; }
span { border-color: rgb(221,242,106); }
td.TdClassName
{
border-color: #DDF26A;
}
.TagClassName
{
border-color: #DDF26A;
}
</style>