Shades of Mindaro #DDF779
Tints of Mindaro #DDF779
RGB
CMYK
RGB Variations
Color information
#DDF779 (or 0xDDF779) is known color: Mindaro. HEX triplet: DD, F7 and 79. RGB value is (221,247,121). Sum of RGB (Red+Green+Blue) = 221+247+121=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 121 (47.66% from 255 or 20.54% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF779 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF779 is #220886. Grayscale: #E1E1E1. Windows color (decimal): -2230407 or 7993309. OLE color: 7993309.
HSL color Cylindrical-coordinate representation of color #DDF779: hue angle of 72.38º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDF779 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 121 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.03 |
| HSL | 72.38º | 0.89% | 0.72% | - |
| HSV(B) | 72.38º | 0.51% | 0.97% | - |
| XYZ | 66.53 | 83.27 | 30.66 | - |
| YUV | 224.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 121 | 0.11 | 0 | 0.51 | 0.03 | 72.38 | 0.89 | 0.72 |
| Hex | DD | F7 | 79 | B | 0 | 33 | 3 | 48 | 59 | 48 |
| Octal | 335 | 367 | 171 | 13 | 0 | 63 | 3 | 110 | 131 | 110 |
| Binary | 11011101 | 11110111 | 1111001 | 1011 | 0 | 110011 | 11 | 1001000 | 1011001 | 1001000 |
Color Harmonies of #DDF779
Complementary color
Monochromatic Colors of #DDF779
Black with #DDF779
Text Example
Text Example
White with #DDF779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF779; }
p { color: rgb(221,247,121); }
H1.HeaderClassName
{
color: #DDF779;
}
.AnyTagClassName
{
color: #DDF779;
}
</style>
background-color css
<style>
a { background-color: #DDF779; }
a { background-color: rgb(221,247,121); }
div.DivClassName
{
background-color: #DDF779;
}
.BgClassName
{
background-color: #DDF779;
}
</style>
border-color css
<style>
span { border-color: #DDF779; }
span { border-color: rgb(221,247,121); }
td.TdClassName
{
border-color: #DDF779;
}
.TagClassName
{
border-color: #DDF779;
}
</style>