Shades of Mindaro #DDF37C
Tints of Mindaro #DDF37C
RGB
CMYK
RGB Variations
Color information
#DDF37C (or 0xDDF37C) is known color: Mindaro. HEX triplet: DD, F3 and 7C. RGB value is (221,243,124). Sum of RGB (Red+Green+Blue) = 221+243+124=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF37C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF37C is #220C83. Grayscale: #DFDFDF. Windows color (decimal): -2231428 or 8188893. OLE color: 8188893.
HSL color Cylindrical-coordinate representation of color #DDF37C: hue angle of 71.09º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDF37C is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 124 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.05 |
| HSL | 71.09º | 0.83% | 0.72% | - |
| HSV(B) | 71.09º | 0.49% | 0.95% | - |
| XYZ | 65.51 | 80.93 | 31.24 | - |
| YUV | 222.86 | 72.21 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 124 | 0.09 | 0 | 0.49 | 0.05 | 71.09 | 0.83 | 0.72 |
| Hex | DD | F3 | 7C | 9 | 0 | 31 | 5 | 47 | 53 | 48 |
| Octal | 335 | 363 | 174 | 11 | 0 | 61 | 5 | 107 | 123 | 110 |
| Binary | 11011101 | 11110011 | 1111100 | 1001 | 0 | 110001 | 101 | 1000111 | 1010011 | 1001000 |
Color Harmonies of #DDF37C
Complementary color
Monochromatic Colors of #DDF37C
Black with #DDF37C
Text Example
Text Example
White with #DDF37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF37C; }
p { color: rgb(221,243,124); }
H1.HeaderClassName
{
color: #DDF37C;
}
.AnyTagClassName
{
color: #DDF37C;
}
</style>
background-color css
<style>
a { background-color: #DDF37C; }
a { background-color: rgb(221,243,124); }
div.DivClassName
{
background-color: #DDF37C;
}
.BgClassName
{
background-color: #DDF37C;
}
</style>
border-color css
<style>
span { border-color: #DDF37C; }
span { border-color: rgb(221,243,124); }
td.TdClassName
{
border-color: #DDF37C;
}
.TagClassName
{
border-color: #DDF37C;
}
</style>