Shades of Mindaro #DDF384
Tints of Mindaro #DDF384
RGB
CMYK
RGB Variations
Color information
#DDF384 (or 0xDDF384) is known color: Mindaro. HEX triplet: DD, F3 and 84. RGB value is (221,243,132). Sum of RGB (Red+Green+Blue) = 221+243+132=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 132 (51.95% from 255 or 22.15% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF384 is #220C7B. Grayscale: #E0E0E0. Windows color (decimal): -2231420 or 8713181. OLE color: 8713181.
HSL color Cylindrical-coordinate representation of color #DDF384: hue angle of 71.89º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDF384 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 132 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.05 |
| HSL | 71.89º | 0.82% | 0.74% | - |
| HSV(B) | 71.89º | 0.46% | 0.95% | - |
| XYZ | 66.03 | 81.14 | 34.01 | - |
| YUV | 223.77 | 76.21 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 132 | 0.09 | 0 | 0.46 | 0.05 | 71.89 | 0.82 | 0.74 |
| Hex | DD | F3 | 84 | 9 | 0 | 2E | 5 | 48 | 52 | 4A |
| Octal | 335 | 363 | 204 | 11 | 0 | 56 | 5 | 110 | 122 | 112 |
| Binary | 11011101 | 11110011 | 10000100 | 1001 | 0 | 101110 | 101 | 1001000 | 1010010 | 1001010 |
Color Harmonies of #DDF384
Complementary color
Monochromatic Colors of #DDF384
Black with #DDF384
Text Example
Text Example
White with #DDF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF384; }
p { color: rgb(221,243,132); }
H1.HeaderClassName
{
color: #DDF384;
}
.AnyTagClassName
{
color: #DDF384;
}
</style>
background-color css
<style>
a { background-color: #DDF384; }
a { background-color: rgb(221,243,132); }
div.DivClassName
{
background-color: #DDF384;
}
.BgClassName
{
background-color: #DDF384;
}
</style>
border-color css
<style>
span { border-color: #DDF384; }
span { border-color: rgb(221,243,132); }
td.TdClassName
{
border-color: #DDF384;
}
.TagClassName
{
border-color: #DDF384;
}
</style>