Shades of Mindaro #DDF767
Tints of Mindaro #DDF767
RGB
CMYK
RGB Variations
Color information
#DDF767 (or 0xDDF767) is known color: Mindaro. HEX triplet: DD, F7 and 67. RGB value is (221,247,103). Sum of RGB (Red+Green+Blue) = 221+247+103=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 103 (40.62% from 255 or 18.04% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF767 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF767 is #220898. Grayscale: #DFDFDF. Windows color (decimal): -2230425 or 6813661. OLE color: 6813661.
HSL color Cylindrical-coordinate representation of color #DDF767: hue angle of 70.83º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDF767 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 103 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.03 |
| HSL | 70.83º | 0.9% | 0.69% | - |
| HSV(B) | 70.83º | 0.58% | 0.97% | - |
| XYZ | 65.53 | 82.87 | 25.37 | - |
| YUV | 222.81 | 60.39 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 103 | 0.11 | 0 | 0.58 | 0.03 | 70.83 | 0.9 | 0.69 |
| Hex | DD | F7 | 67 | B | 0 | 3A | 3 | 47 | 5A | 45 |
| Octal | 335 | 367 | 147 | 13 | 0 | 72 | 3 | 107 | 132 | 105 |
| Binary | 11011101 | 11110111 | 1100111 | 1011 | 0 | 111010 | 11 | 1000111 | 1011010 | 1000101 |
Color Harmonies of #DDF767
Complementary color
Monochromatic Colors of #DDF767
Black with #DDF767
Text Example
Text Example
White with #DDF767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF767; }
p { color: rgb(221,247,103); }
H1.HeaderClassName
{
color: #DDF767;
}
.AnyTagClassName
{
color: #DDF767;
}
</style>
background-color css
<style>
a { background-color: #DDF767; }
a { background-color: rgb(221,247,103); }
div.DivClassName
{
background-color: #DDF767;
}
.BgClassName
{
background-color: #DDF767;
}
</style>
border-color css
<style>
span { border-color: #DDF767; }
span { border-color: rgb(221,247,103); }
td.TdClassName
{
border-color: #DDF767;
}
.TagClassName
{
border-color: #DDF767;
}
</style>