Shades of Mindaro #DDF26B
Tints of Mindaro #DDF26B
RGB
CMYK
RGB Variations
Color information
#DDF26B (or 0xDDF26B) is known color: Mindaro. HEX triplet: DD, F2 and 6B. RGB value is (221,242,107). Sum of RGB (Red+Green+Blue) = 221+242+107=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 107 (42.19% from 255 or 18.77% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF26B is #220D94. Grayscale: #DCDCDC. Windows color (decimal): -2231701 or 7074525. OLE color: 7074525.
HSL color Cylindrical-coordinate representation of color #DDF26B: hue angle of 69.33º 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 #DDF26B is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 107 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.05 |
| HSL | 69.33º | 0.84% | 0.68% | - |
| HSV(B) | 69.33º | 0.56% | 0.95% | - |
| XYZ | 64.22 | 79.94 | 25.95 | - |
| YUV | 220.33 | 64.04 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 107 | 0.09 | 0 | 0.56 | 0.05 | 69.33 | 0.84 | 0.68 |
| Hex | DD | F2 | 6B | 9 | 0 | 38 | 5 | 45 | 54 | 44 |
| Octal | 335 | 362 | 153 | 11 | 0 | 70 | 5 | 105 | 124 | 104 |
| Binary | 11011101 | 11110010 | 1101011 | 1001 | 0 | 111000 | 101 | 1000101 | 1010100 | 1000100 |
Color Harmonies of #DDF26B
Complementary color
Monochromatic Colors of #DDF26B
Black with #DDF26B
Text Example
Text Example
White with #DDF26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF26B; }
p { color: rgb(221,242,107); }
H1.HeaderClassName
{
color: #DDF26B;
}
.AnyTagClassName
{
color: #DDF26B;
}
</style>
background-color css
<style>
a { background-color: #DDF26B; }
a { background-color: rgb(221,242,107); }
div.DivClassName
{
background-color: #DDF26B;
}
.BgClassName
{
background-color: #DDF26B;
}
</style>
border-color css
<style>
span { border-color: #DDF26B; }
span { border-color: rgb(221,242,107); }
td.TdClassName
{
border-color: #DDF26B;
}
.TagClassName
{
border-color: #DDF26B;
}
</style>