Shades of Mindaro #DDF175
Tints of Mindaro #DDF175
RGB
CMYK
RGB Variations
Color information
#DDF175 (or 0xDDF175) is known color: Mindaro. HEX triplet: DD, F1 and 75. RGB value is (221,241,117). Sum of RGB (Red+Green+Blue) = 221+241+117=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF175 is #220E8A. Grayscale: #DDDDDD. Windows color (decimal): -2231947 or 7729629. OLE color: 7729629.
HSL color Cylindrical-coordinate representation of color #DDF175: hue angle of 69.68º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDF175 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 117 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.05 |
| HSL | 69.68º | 0.82% | 0.7% | - |
| HSV(B) | 69.68º | 0.51% | 0.95% | - |
| XYZ | 64.48 | 79.57 | 28.79 | - |
| YUV | 220.88 | 69.37 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 117 | 0.08 | 0 | 0.51 | 0.05 | 69.68 | 0.82 | 0.7 |
| Hex | DD | F1 | 75 | 8 | 0 | 33 | 5 | 46 | 52 | 46 |
| Octal | 335 | 361 | 165 | 10 | 0 | 63 | 5 | 106 | 122 | 106 |
| Binary | 11011101 | 11110001 | 1110101 | 1000 | 0 | 110011 | 101 | 1000110 | 1010010 | 1000110 |
Color Harmonies of #DDF175
Complementary color
Monochromatic Colors of #DDF175
Black with #DDF175
Text Example
Text Example
White with #DDF175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF175; }
p { color: rgb(221,241,117); }
H1.HeaderClassName
{
color: #DDF175;
}
.AnyTagClassName
{
color: #DDF175;
}
</style>
background-color css
<style>
a { background-color: #DDF175; }
a { background-color: rgb(221,241,117); }
div.DivClassName
{
background-color: #DDF175;
}
.BgClassName
{
background-color: #DDF175;
}
</style>
border-color css
<style>
span { border-color: #DDF175; }
span { border-color: rgb(221,241,117); }
td.TdClassName
{
border-color: #DDF175;
}
.TagClassName
{
border-color: #DDF175;
}
</style>