Shades of Mindaro #DDF764
Tints of Mindaro #DDF764
RGB
CMYK
RGB Variations
Color information
#DDF764 (or 0xDDF764) is known color: Mindaro. HEX triplet: DD, F7 and 64. RGB value is (221,247,100). Sum of RGB (Red+Green+Blue) = 221+247+100=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 100 (39.45% from 255 or 17.61% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF764 is #22089B. Grayscale: #DFDFDF. Windows color (decimal): -2230428 or 6617053. OLE color: 6617053.
HSL color Cylindrical-coordinate representation of color #DDF764: hue angle of 70.61º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDF764 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 100 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.03 |
| HSL | 70.61º | 0.9% | 0.68% | - |
| HSV(B) | 70.61º | 0.6% | 0.97% | - |
| XYZ | 65.38 | 82.81 | 24.6 | - |
| YUV | 222.47 | 58.89 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 100 | 0.11 | 0 | 0.60 | 0.03 | 70.61 | 0.9 | 0.68 |
| Hex | DD | F7 | 64 | B | 0 | 3C | 3 | 47 | 5A | 44 |
| Octal | 335 | 367 | 144 | 13 | 0 | 74 | 3 | 107 | 132 | 104 |
| Binary | 11011101 | 11110111 | 1100100 | 1011 | 0 | 111100 | 11 | 1000111 | 1011010 | 1000100 |
Color Harmonies of #DDF764
Complementary color
Monochromatic Colors of #DDF764
Black with #DDF764
Text Example
Text Example
White with #DDF764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF764; }
p { color: rgb(221,247,100); }
H1.HeaderClassName
{
color: #DDF764;
}
.AnyTagClassName
{
color: #DDF764;
}
</style>
background-color css
<style>
a { background-color: #DDF764; }
a { background-color: rgb(221,247,100); }
div.DivClassName
{
background-color: #DDF764;
}
.BgClassName
{
background-color: #DDF764;
}
</style>
border-color css
<style>
span { border-color: #DDF764; }
span { border-color: rgb(221,247,100); }
td.TdClassName
{
border-color: #DDF764;
}
.TagClassName
{
border-color: #DDF764;
}
</style>