Shades of Mindaro #DDF485
Tints of Mindaro #DDF485
RGB
CMYK
RGB Variations
Color information
#DDF485 (or 0xDDF485) is known color: Mindaro. HEX triplet: DD, F4 and 85. RGB value is (221,244,133). Sum of RGB (Red+Green+Blue) = 221+244+133=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF485 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF485 is #220B7A. Grayscale: #E0E0E0. Windows color (decimal): -2231163 or 8778973. OLE color: 8778973.
HSL color Cylindrical-coordinate representation of color #DDF485: hue angle of 72.43º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDF485 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 133 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.04 |
| HSL | 72.43º | 0.83% | 0.74% | - |
| HSV(B) | 72.43º | 0.45% | 0.96% | - |
| XYZ | 66.4 | 81.77 | 34.47 | - |
| YUV | 224.47 | 76.38 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 133 | 0.09 | 0 | 0.45 | 0.04 | 72.43 | 0.83 | 0.74 |
| Hex | DD | F4 | 85 | 9 | 0 | 2D | 4 | 48 | 53 | 4A |
| Octal | 335 | 364 | 205 | 11 | 0 | 55 | 4 | 110 | 123 | 112 |
| Binary | 11011101 | 11110100 | 10000101 | 1001 | 0 | 101101 | 100 | 1001000 | 1010011 | 1001010 |
Color Harmonies of #DDF485
Complementary color
Monochromatic Colors of #DDF485
Black with #DDF485
Text Example
Text Example
White with #DDF485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF485; }
p { color: rgb(221,244,133); }
H1.HeaderClassName
{
color: #DDF485;
}
.AnyTagClassName
{
color: #DDF485;
}
</style>
background-color css
<style>
a { background-color: #DDF485; }
a { background-color: rgb(221,244,133); }
div.DivClassName
{
background-color: #DDF485;
}
.BgClassName
{
background-color: #DDF485;
}
</style>
border-color css
<style>
span { border-color: #DDF485; }
span { border-color: rgb(221,244,133); }
td.TdClassName
{
border-color: #DDF485;
}
.TagClassName
{
border-color: #DDF485;
}
</style>