Shades of Mindaro #DDF769
Tints of Mindaro #DDF769
RGB
CMYK
RGB Variations
Color information
#DDF769 (or 0xDDF769) is known color: Mindaro. HEX triplet: DD, F7 and 69. RGB value is (221,247,105). Sum of RGB (Red+Green+Blue) = 221+247+105=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 247 (96.88% from 255 or 43.11% from 573); Blue value is 105 (41.41% from 255 or 18.32% from 573); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF769 is #220896. Grayscale: #DFDFDF. Windows color (decimal): -2230423 or 6944733. OLE color: 6944733.
HSL color Cylindrical-coordinate representation of color #DDF769: hue angle of 70.99º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDF769 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 105 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.03 |
| HSL | 70.99º | 0.9% | 0.69% | - |
| HSV(B) | 70.99º | 0.57% | 0.97% | - |
| XYZ | 65.63 | 82.91 | 25.91 | - |
| YUV | 223.04 | 61.39 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 105 | 0.11 | 0 | 0.57 | 0.03 | 70.99 | 0.9 | 0.69 |
| Hex | DD | F7 | 69 | B | 0 | 39 | 3 | 47 | 5A | 45 |
| Octal | 335 | 367 | 151 | 13 | 0 | 71 | 3 | 107 | 132 | 105 |
| Binary | 11011101 | 11110111 | 1101001 | 1011 | 0 | 111001 | 11 | 1000111 | 1011010 | 1000101 |
Color Harmonies of #DDF769
Complementary color
Monochromatic Colors of #DDF769
Black with #DDF769
Text Example
Text Example
White with #DDF769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF769; }
p { color: rgb(221,247,105); }
H1.HeaderClassName
{
color: #DDF769;
}
.AnyTagClassName
{
color: #DDF769;
}
</style>
background-color css
<style>
a { background-color: #DDF769; }
a { background-color: rgb(221,247,105); }
div.DivClassName
{
background-color: #DDF769;
}
.BgClassName
{
background-color: #DDF769;
}
</style>
border-color css
<style>
span { border-color: #DDF769; }
span { border-color: rgb(221,247,105); }
td.TdClassName
{
border-color: #DDF769;
}
.TagClassName
{
border-color: #DDF769;
}
</style>