Shades of Mindaro #DDF167
Tints of Mindaro #DDF167
RGB
CMYK
RGB Variations
Color information
#DDF167 (or 0xDDF167) is known color: Mindaro. HEX triplet: DD, F1 and 67. RGB value is (221,241,103). Sum of RGB (Red+Green+Blue) = 221+241+103=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 103 (40.62% from 255 or 18.23% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF167 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF167 is #220E98. Grayscale: #DBDBDB. Windows color (decimal): -2231961 or 6812125. OLE color: 6812125.
HSL color Cylindrical-coordinate representation of color #DDF167: hue angle of 68.7º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDF167 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 103 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.05 |
| HSL | 68.7º | 0.83% | 0.67% | - |
| HSV(B) | 68.7º | 0.57% | 0.95% | - |
| XYZ | 63.72 | 79.26 | 24.77 | - |
| YUV | 219.29 | 62.37 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 103 | 0.08 | 0 | 0.57 | 0.05 | 68.7 | 0.83 | 0.67 |
| Hex | DD | F1 | 67 | 8 | 0 | 39 | 5 | 45 | 53 | 43 |
| Octal | 335 | 361 | 147 | 10 | 0 | 71 | 5 | 105 | 123 | 103 |
| Binary | 11011101 | 11110001 | 1100111 | 1000 | 0 | 111001 | 101 | 1000101 | 1010011 | 1000011 |
Color Harmonies of #DDF167
Complementary color
Monochromatic Colors of #DDF167
Black with #DDF167
Text Example
Text Example
White with #DDF167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF167; }
p { color: rgb(221,241,103); }
H1.HeaderClassName
{
color: #DDF167;
}
.AnyTagClassName
{
color: #DDF167;
}
</style>
background-color css
<style>
a { background-color: #DDF167; }
a { background-color: rgb(221,241,103); }
div.DivClassName
{
background-color: #DDF167;
}
.BgClassName
{
background-color: #DDF167;
}
</style>
border-color css
<style>
span { border-color: #DDF167; }
span { border-color: rgb(221,241,103); }
td.TdClassName
{
border-color: #DDF167;
}
.TagClassName
{
border-color: #DDF167;
}
</style>