Shades of Mindaro #DDF164
Tints of Mindaro #DDF164
RGB
CMYK
RGB Variations
Color information
#DDF164 (or 0xDDF164) is known color: Mindaro. HEX triplet: DD, F1 and 64. RGB value is (221,241,100). Sum of RGB (Red+Green+Blue) = 221+241+100=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 100 (39.45% from 255 or 17.79% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF164 is #220E9B. Grayscale: #DBDBDB. Windows color (decimal): -2231964 or 6615517. OLE color: 6615517.
HSL color Cylindrical-coordinate representation of color #DDF164: hue angle of 68.51º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDF164 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 100 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.05 |
| HSL | 68.51º | 0.83% | 0.67% | - |
| HSV(B) | 68.51º | 0.59% | 0.95% | - |
| XYZ | 63.57 | 79.2 | 23.99 | - |
| YUV | 218.95 | 60.87 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 100 | 0.08 | 0 | 0.59 | 0.05 | 68.51 | 0.83 | 0.67 |
| Hex | DD | F1 | 64 | 8 | 0 | 3B | 5 | 45 | 53 | 43 |
| Octal | 335 | 361 | 144 | 10 | 0 | 73 | 5 | 105 | 123 | 103 |
| Binary | 11011101 | 11110001 | 1100100 | 1000 | 0 | 111011 | 101 | 1000101 | 1010011 | 1000011 |
Color Harmonies of #DDF164
Complementary color
Monochromatic Colors of #DDF164
Black with #DDF164
Text Example
Text Example
White with #DDF164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF164; }
p { color: rgb(221,241,100); }
H1.HeaderClassName
{
color: #DDF164;
}
.AnyTagClassName
{
color: #DDF164;
}
</style>
background-color css
<style>
a { background-color: #DDF164; }
a { background-color: rgb(221,241,100); }
div.DivClassName
{
background-color: #DDF164;
}
.BgClassName
{
background-color: #DDF164;
}
</style>
border-color css
<style>
span { border-color: #DDF164; }
span { border-color: rgb(221,241,100); }
td.TdClassName
{
border-color: #DDF164;
}
.TagClassName
{
border-color: #DDF164;
}
</style>