Shades of Mindaro #DDF861
Tints of Mindaro #DDF861
RGB
CMYK
RGB Variations
Color information
#DDF861 (or 0xDDF861) is known color: Mindaro. HEX triplet: DD, F8 and 61. RGB value is (221,248,97). Sum of RGB (Red+Green+Blue) = 221+248+97=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 97 (38.28% from 255 or 17.14% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF861 is #22079E. Grayscale: #DFDFDF. Windows color (decimal): -2230175 or 6420701. OLE color: 6420701.
HSL color Cylindrical-coordinate representation of color #DDF861: hue angle of 70.73º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDF861 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 97 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.03 |
| HSL | 70.73º | 0.92% | 0.68% | - |
| HSV(B) | 70.73º | 0.61% | 0.97% | - |
| XYZ | 65.54 | 83.37 | 23.95 | - |
| YUV | 222.71 | 57.05 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 97 | 0.11 | 0 | 0.61 | 0.03 | 70.73 | 0.92 | 0.68 |
| Hex | DD | F8 | 61 | B | 0 | 3D | 3 | 47 | 5C | 44 |
| Octal | 335 | 370 | 141 | 13 | 0 | 75 | 3 | 107 | 134 | 104 |
| Binary | 11011101 | 11111000 | 1100001 | 1011 | 0 | 111101 | 11 | 1000111 | 1011100 | 1000100 |
Color Harmonies of #DDF861
Complementary color
Monochromatic Colors of #DDF861
Black with #DDF861
Text Example
Text Example
White with #DDF861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF861; }
p { color: rgb(221,248,97); }
H1.HeaderClassName
{
color: #DDF861;
}
.AnyTagClassName
{
color: #DDF861;
}
</style>
background-color css
<style>
a { background-color: #DDF861; }
a { background-color: rgb(221,248,97); }
div.DivClassName
{
background-color: #DDF861;
}
.BgClassName
{
background-color: #DDF861;
}
</style>
border-color css
<style>
span { border-color: #DDF861; }
span { border-color: rgb(221,248,97); }
td.TdClassName
{
border-color: #DDF861;
}
.TagClassName
{
border-color: #DDF861;
}
</style>