Shades of Mindaro #DDF76A
Tints of Mindaro #DDF76A
RGB
CMYK
RGB Variations
Color information
#DDF76A (or 0xDDF76A) is known color: Mindaro. HEX triplet: DD, F7 and 6A. RGB value is (221,247,106). Sum of RGB (Red+Green+Blue) = 221+247+106=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 106 (41.80% from 255 or 18.47% from 574); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF76A is #220895. Grayscale: #DFDFDF. Windows color (decimal): -2230422 or 7010269. OLE color: 7010269.
HSL color Cylindrical-coordinate representation of color #DDF76A: hue angle of 71.06º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDF76A is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 106 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.03 |
| HSL | 71.06º | 0.9% | 0.69% | - |
| HSV(B) | 71.06º | 0.57% | 0.97% | - |
| XYZ | 65.68 | 82.93 | 26.18 | - |
| YUV | 223.15 | 61.89 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 106 | 0.11 | 0 | 0.57 | 0.03 | 71.06 | 0.9 | 0.69 |
| Hex | DD | F7 | 6A | B | 0 | 39 | 3 | 47 | 5A | 45 |
| Octal | 335 | 367 | 152 | 13 | 0 | 71 | 3 | 107 | 132 | 105 |
| Binary | 11011101 | 11110111 | 1101010 | 1011 | 0 | 111001 | 11 | 1000111 | 1011010 | 1000101 |
Color Harmonies of #DDF76A
Complementary color
Monochromatic Colors of #DDF76A
Black with #DDF76A
Text Example
Text Example
White with #DDF76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF76A; }
p { color: rgb(221,247,106); }
H1.HeaderClassName
{
color: #DDF76A;
}
.AnyTagClassName
{
color: #DDF76A;
}
</style>
background-color css
<style>
a { background-color: #DDF76A; }
a { background-color: rgb(221,247,106); }
div.DivClassName
{
background-color: #DDF76A;
}
.BgClassName
{
background-color: #DDF76A;
}
</style>
border-color css
<style>
span { border-color: #DDF76A; }
span { border-color: rgb(221,247,106); }
td.TdClassName
{
border-color: #DDF76A;
}
.TagClassName
{
border-color: #DDF76A;
}
</style>