Shades of Mindaro #DDF174
Tints of Mindaro #DDF174
RGB
CMYK
RGB Variations
Color information
#DDF174 (or 0xDDF174) is known color: Mindaro. HEX triplet: DD, F1 and 74. RGB value is (221,241,116). Sum of RGB (Red+Green+Blue) = 221+241+116=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 116 (45.70% from 255 or 20.07% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF174 is #220E8B. Grayscale: #DDDDDD. Windows color (decimal): -2231948 or 7664093. OLE color: 7664093.
HSL color Cylindrical-coordinate representation of color #DDF174: hue angle of 69.6º 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 #DDF174 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 116 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.05 |
| HSL | 69.6º | 0.82% | 0.7% | - |
| HSV(B) | 69.6º | 0.52% | 0.95% | - |
| XYZ | 64.43 | 79.54 | 28.48 | - |
| YUV | 220.77 | 68.87 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 116 | 0.08 | 0 | 0.52 | 0.05 | 69.6 | 0.82 | 0.7 |
| Hex | DD | F1 | 74 | 8 | 0 | 34 | 5 | 46 | 52 | 46 |
| Octal | 335 | 361 | 164 | 10 | 0 | 64 | 5 | 106 | 122 | 106 |
| Binary | 11011101 | 11110001 | 1110100 | 1000 | 0 | 110100 | 101 | 1000110 | 1010010 | 1000110 |
Color Harmonies of #DDF174
Complementary color
Monochromatic Colors of #DDF174
Black with #DDF174
Text Example
Text Example
White with #DDF174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF174; }
p { color: rgb(221,241,116); }
H1.HeaderClassName
{
color: #DDF174;
}
.AnyTagClassName
{
color: #DDF174;
}
</style>
background-color css
<style>
a { background-color: #DDF174; }
a { background-color: rgb(221,241,116); }
div.DivClassName
{
background-color: #DDF174;
}
.BgClassName
{
background-color: #DDF174;
}
</style>
border-color css
<style>
span { border-color: #DDF174; }
span { border-color: rgb(221,241,116); }
td.TdClassName
{
border-color: #DDF174;
}
.TagClassName
{
border-color: #DDF174;
}
</style>