Shades of Mindaro #DDF37A
Tints of Mindaro #DDF37A
RGB
CMYK
RGB Variations
Color information
#DDF37A (or 0xDDF37A) is known color: Mindaro. HEX triplet: DD, F3 and 7A. RGB value is (221,243,122). Sum of RGB (Red+Green+Blue) = 221+243+122=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 122 (48.05% from 255 or 20.82% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF37A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF37A is #220C85. Grayscale: #DFDFDF. Windows color (decimal): -2231430 or 8057821. OLE color: 8057821.
HSL color Cylindrical-coordinate representation of color #DDF37A: hue angle of 70.91º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDF37A is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 122 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.05 |
| HSL | 70.91º | 0.83% | 0.72% | - |
| HSV(B) | 70.91º | 0.5% | 0.95% | - |
| XYZ | 65.38 | 80.88 | 30.58 | - |
| YUV | 222.63 | 71.21 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 122 | 0.09 | 0 | 0.50 | 0.05 | 70.91 | 0.83 | 0.72 |
| Hex | DD | F3 | 7A | 9 | 0 | 32 | 5 | 47 | 53 | 48 |
| Octal | 335 | 363 | 172 | 11 | 0 | 62 | 5 | 107 | 123 | 110 |
| Binary | 11011101 | 11110011 | 1111010 | 1001 | 0 | 110010 | 101 | 1000111 | 1010011 | 1001000 |
Color Harmonies of #DDF37A
Complementary color
Monochromatic Colors of #DDF37A
Black with #DDF37A
Text Example
Text Example
White with #DDF37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF37A; }
p { color: rgb(221,243,122); }
H1.HeaderClassName
{
color: #DDF37A;
}
.AnyTagClassName
{
color: #DDF37A;
}
</style>
background-color css
<style>
a { background-color: #DDF37A; }
a { background-color: rgb(221,243,122); }
div.DivClassName
{
background-color: #DDF37A;
}
.BgClassName
{
background-color: #DDF37A;
}
</style>
border-color css
<style>
span { border-color: #DDF37A; }
span { border-color: rgb(221,243,122); }
td.TdClassName
{
border-color: #DDF37A;
}
.TagClassName
{
border-color: #DDF37A;
}
</style>