Shades of Mindaro #DDF17F
Tints of Mindaro #DDF17F
RGB
CMYK
RGB Variations
Color information
#DDF17F (or 0xDDF17F) is known color: Mindaro. HEX triplet: DD, F1 and 7F. RGB value is (221,241,127). Sum of RGB (Red+Green+Blue) = 221+241+127=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 127 (50% from 255 or 21.56% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF17F is #220E80. Grayscale: #DEDEDE. Windows color (decimal): -2231937 or 8384989. OLE color: 8384989.
HSL color Cylindrical-coordinate representation of color #DDF17F: hue angle of 70.53º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDF17F is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 127 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.05 |
| HSL | 70.53º | 0.8% | 0.72% | - |
| HSV(B) | 70.53º | 0.47% | 0.95% | - |
| XYZ | 65.1 | 79.82 | 32.05 | - |
| YUV | 222.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 127 | 0.08 | 0 | 0.47 | 0.05 | 70.53 | 0.8 | 0.72 |
| Hex | DD | F1 | 7F | 8 | 0 | 2F | 5 | 47 | 50 | 48 |
| Octal | 335 | 361 | 177 | 10 | 0 | 57 | 5 | 107 | 120 | 110 |
| Binary | 11011101 | 11110001 | 1111111 | 1000 | 0 | 101111 | 101 | 1000111 | 1010000 | 1001000 |
Color Harmonies of #DDF17F
Complementary color
Monochromatic Colors of #DDF17F
Black with #DDF17F
Text Example
Text Example
White with #DDF17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF17F; }
p { color: rgb(221,241,127); }
H1.HeaderClassName
{
color: #DDF17F;
}
.AnyTagClassName
{
color: #DDF17F;
}
</style>
background-color css
<style>
a { background-color: #DDF17F; }
a { background-color: rgb(221,241,127); }
div.DivClassName
{
background-color: #DDF17F;
}
.BgClassName
{
background-color: #DDF17F;
}
</style>
border-color css
<style>
span { border-color: #DDF17F; }
span { border-color: rgb(221,241,127); }
td.TdClassName
{
border-color: #DDF17F;
}
.TagClassName
{
border-color: #DDF17F;
}
</style>