Shades of Mindaro #DDF765
Tints of Mindaro #DDF765
RGB
CMYK
RGB Variations
Color information
#DDF765 (or 0xDDF765) is known color: Mindaro. HEX triplet: DD, F7 and 65. RGB value is (221,247,101). Sum of RGB (Red+Green+Blue) = 221+247+101=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 101 (39.84% from 255 or 17.75% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF765 is #22089A. Grayscale: #DFDFDF. Windows color (decimal): -2230427 or 6682589. OLE color: 6682589.
HSL color Cylindrical-coordinate representation of color #DDF765: hue angle of 70.68º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDF765 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 101 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.03 |
| HSL | 70.68º | 0.9% | 0.68% | - |
| HSV(B) | 70.68º | 0.59% | 0.97% | - |
| XYZ | 65.43 | 82.83 | 24.85 | - |
| YUV | 222.58 | 59.39 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 101 | 0.11 | 0 | 0.59 | 0.03 | 70.68 | 0.9 | 0.68 |
| Hex | DD | F7 | 65 | B | 0 | 3B | 3 | 47 | 5A | 44 |
| Octal | 335 | 367 | 145 | 13 | 0 | 73 | 3 | 107 | 132 | 104 |
| Binary | 11011101 | 11110111 | 1100101 | 1011 | 0 | 111011 | 11 | 1000111 | 1011010 | 1000100 |
Color Harmonies of #DDF765
Complementary color
Monochromatic Colors of #DDF765
Black with #DDF765
Text Example
Text Example
White with #DDF765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF765; }
p { color: rgb(221,247,101); }
H1.HeaderClassName
{
color: #DDF765;
}
.AnyTagClassName
{
color: #DDF765;
}
</style>
background-color css
<style>
a { background-color: #DDF765; }
a { background-color: rgb(221,247,101); }
div.DivClassName
{
background-color: #DDF765;
}
.BgClassName
{
background-color: #DDF765;
}
</style>
border-color css
<style>
span { border-color: #DDF765; }
span { border-color: rgb(221,247,101); }
td.TdClassName
{
border-color: #DDF765;
}
.TagClassName
{
border-color: #DDF765;
}
</style>