Shades of Mindaro #DDF173
Tints of Mindaro #DDF173
RGB
CMYK
RGB Variations
Color information
#DDF173 (or 0xDDF173) is known color: Mindaro. HEX triplet: DD, F1 and 73. RGB value is (221,241,115). Sum of RGB (Red+Green+Blue) = 221+241+115=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 115 (45.31% from 255 or 19.93% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF173 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF173 is #220E8C. Grayscale: #DDDDDD. Windows color (decimal): -2231949 or 7598557. OLE color: 7598557.
HSL color Cylindrical-coordinate representation of color #DDF173: hue angle of 69.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDF173 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 115 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.05 |
| HSL | 69.52º | 0.82% | 0.7% | - |
| HSV(B) | 69.52º | 0.52% | 0.95% | - |
| XYZ | 64.37 | 79.52 | 28.18 | - |
| YUV | 220.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 115 | 0.08 | 0 | 0.52 | 0.05 | 69.52 | 0.82 | 0.7 |
| Hex | DD | F1 | 73 | 8 | 0 | 34 | 5 | 46 | 52 | 46 |
| Octal | 335 | 361 | 163 | 10 | 0 | 64 | 5 | 106 | 122 | 106 |
| Binary | 11011101 | 11110001 | 1110011 | 1000 | 0 | 110100 | 101 | 1000110 | 1010010 | 1000110 |
Color Harmonies of #DDF173
Complementary color
Monochromatic Colors of #DDF173
Black with #DDF173
Text Example
Text Example
White with #DDF173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF173; }
p { color: rgb(221,241,115); }
H1.HeaderClassName
{
color: #DDF173;
}
.AnyTagClassName
{
color: #DDF173;
}
</style>
background-color css
<style>
a { background-color: #DDF173; }
a { background-color: rgb(221,241,115); }
div.DivClassName
{
background-color: #DDF173;
}
.BgClassName
{
background-color: #DDF173;
}
</style>
border-color css
<style>
span { border-color: #DDF173; }
span { border-color: rgb(221,241,115); }
td.TdClassName
{
border-color: #DDF173;
}
.TagClassName
{
border-color: #DDF173;
}
</style>