Shades of Mindaro #DDF869
Tints of Mindaro #DDF869
RGB
CMYK
RGB Variations
Color information
#DDF869 (or 0xDDF869) is known color: Mindaro. HEX triplet: DD, F8 and 69. RGB value is (221,248,105). Sum of RGB (Red+Green+Blue) = 221+248+105=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 105 (41.41% from 255 or 18.29% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF869 is #220796. Grayscale: #E0E0E0. Windows color (decimal): -2230167 or 6944989. OLE color: 6944989.
HSL color Cylindrical-coordinate representation of color #DDF869: hue angle of 71.33º degrees, saturation: 0.91, 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 #DDF869 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 105 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.03 |
| HSL | 71.33º | 0.91% | 0.69% | - |
| HSV(B) | 71.33º | 0.58% | 0.97% | - |
| XYZ | 65.94 | 83.53 | 26.01 | - |
| YUV | 223.63 | 61.05 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 105 | 0.11 | 0 | 0.58 | 0.03 | 71.33 | 0.91 | 0.69 |
| Hex | DD | F8 | 69 | B | 0 | 3A | 3 | 47 | 5B | 45 |
| Octal | 335 | 370 | 151 | 13 | 0 | 72 | 3 | 107 | 133 | 105 |
| Binary | 11011101 | 11111000 | 1101001 | 1011 | 0 | 111010 | 11 | 1000111 | 1011011 | 1000101 |
Color Harmonies of #DDF869
Complementary color
Monochromatic Colors of #DDF869
Black with #DDF869
Text Example
Text Example
White with #DDF869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF869; }
p { color: rgb(221,248,105); }
H1.HeaderClassName
{
color: #DDF869;
}
.AnyTagClassName
{
color: #DDF869;
}
</style>
background-color css
<style>
a { background-color: #DDF869; }
a { background-color: rgb(221,248,105); }
div.DivClassName
{
background-color: #DDF869;
}
.BgClassName
{
background-color: #DDF869;
}
</style>
border-color css
<style>
span { border-color: #DDF869; }
span { border-color: rgb(221,248,105); }
td.TdClassName
{
border-color: #DDF869;
}
.TagClassName
{
border-color: #DDF869;
}
</style>