Shades of Mindaro #DDF16C
Tints of Mindaro #DDF16C
RGB
CMYK
RGB Variations
Color information
#DDF16C (or 0xDDF16C) is known color: Mindaro. HEX triplet: DD, F1 and 6C. RGB value is (221,241,108). Sum of RGB (Red+Green+Blue) = 221+241+108=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 108 (42.58% from 255 or 18.95% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF16C is #220E93. Grayscale: #DCDCDC. Windows color (decimal): -2231956 or 7139805. OLE color: 7139805.
HSL color Cylindrical-coordinate representation of color #DDF16C: hue angle of 69.02º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDF16C is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 108 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.05 |
| HSL | 69.02º | 0.83% | 0.68% | - |
| HSV(B) | 69.02º | 0.55% | 0.95% | - |
| XYZ | 63.98 | 79.37 | 26.13 | - |
| YUV | 219.86 | 64.87 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 108 | 0.08 | 0 | 0.55 | 0.05 | 69.02 | 0.83 | 0.68 |
| Hex | DD | F1 | 6C | 8 | 0 | 37 | 5 | 45 | 53 | 44 |
| Octal | 335 | 361 | 154 | 10 | 0 | 67 | 5 | 105 | 123 | 104 |
| Binary | 11011101 | 11110001 | 1101100 | 1000 | 0 | 110111 | 101 | 1000101 | 1010011 | 1000100 |
Color Harmonies of #DDF16C
Complementary color
Monochromatic Colors of #DDF16C
Black with #DDF16C
Text Example
Text Example
White with #DDF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF16C; }
p { color: rgb(221,241,108); }
H1.HeaderClassName
{
color: #DDF16C;
}
.AnyTagClassName
{
color: #DDF16C;
}
</style>
background-color css
<style>
a { background-color: #DDF16C; }
a { background-color: rgb(221,241,108); }
div.DivClassName
{
background-color: #DDF16C;
}
.BgClassName
{
background-color: #DDF16C;
}
</style>
border-color css
<style>
span { border-color: #DDF16C; }
span { border-color: rgb(221,241,108); }
td.TdClassName
{
border-color: #DDF16C;
}
.TagClassName
{
border-color: #DDF16C;
}
</style>