Shades of Mindaro #DDF385
Tints of Mindaro #DDF385
RGB
CMYK
RGB Variations
Color information
#DDF385 (or 0xDDF385) is known color: Mindaro. HEX triplet: DD, F3 and 85. RGB value is (221,243,133). Sum of RGB (Red+Green+Blue) = 221+243+133=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF385 is #220C7A. Grayscale: #E0E0E0. Windows color (decimal): -2231419 or 8778717. OLE color: 8778717.
HSL color Cylindrical-coordinate representation of color #DDF385: hue angle of 72º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDF385 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 133 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.05 |
| HSL | 72º | 0.82% | 0.74% | - |
| HSV(B) | 72º | 0.45% | 0.95% | - |
| XYZ | 66.1 | 81.17 | 34.37 | - |
| YUV | 223.88 | 76.71 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 133 | 0.09 | 0 | 0.45 | 0.05 | 72 | 0.82 | 0.74 |
| Hex | DD | F3 | 85 | 9 | 0 | 2D | 5 | 48 | 52 | 4A |
| Octal | 335 | 363 | 205 | 11 | 0 | 55 | 5 | 110 | 122 | 112 |
| Binary | 11011101 | 11110011 | 10000101 | 1001 | 0 | 101101 | 101 | 1001000 | 1010010 | 1001010 |
Color Harmonies of #DDF385
Complementary color
Monochromatic Colors of #DDF385
Black with #DDF385
Text Example
Text Example
White with #DDF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF385; }
p { color: rgb(221,243,133); }
H1.HeaderClassName
{
color: #DDF385;
}
.AnyTagClassName
{
color: #DDF385;
}
</style>
background-color css
<style>
a { background-color: #DDF385; }
a { background-color: rgb(221,243,133); }
div.DivClassName
{
background-color: #DDF385;
}
.BgClassName
{
background-color: #DDF385;
}
</style>
border-color css
<style>
span { border-color: #DDF385; }
span { border-color: rgb(221,243,133); }
td.TdClassName
{
border-color: #DDF385;
}
.TagClassName
{
border-color: #DDF385;
}
</style>