Shades of Mindaro #DDF36A
Tints of Mindaro #DDF36A
RGB
CMYK
RGB Variations
Color information
#DDF36A (or 0xDDF36A) is known color: Mindaro. HEX triplet: DD, F3 and 6A. RGB value is (221,243,106). Sum of RGB (Red+Green+Blue) = 221+243+106=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 106 (41.80% from 255 or 18.60% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF36A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF36A is #220C95. Grayscale: #DDDDDD. Windows color (decimal): -2231446 or 7009245. OLE color: 7009245.
HSL color Cylindrical-coordinate representation of color #DDF36A: hue angle of 69.64º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDF36A is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 106 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.05 |
| HSL | 69.64º | 0.85% | 0.68% | - |
| HSV(B) | 69.64º | 0.56% | 0.95% | - |
| XYZ | 64.47 | 80.51 | 25.78 | - |
| YUV | 220.8 | 63.21 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 106 | 0.09 | 0 | 0.56 | 0.05 | 69.64 | 0.85 | 0.68 |
| Hex | DD | F3 | 6A | 9 | 0 | 38 | 5 | 46 | 55 | 44 |
| Octal | 335 | 363 | 152 | 11 | 0 | 70 | 5 | 106 | 125 | 104 |
| Binary | 11011101 | 11110011 | 1101010 | 1001 | 0 | 111000 | 101 | 1000110 | 1010101 | 1000100 |
Color Harmonies of #DDF36A
Complementary color
Monochromatic Colors of #DDF36A
Black with #DDF36A
Text Example
Text Example
White with #DDF36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF36A; }
p { color: rgb(221,243,106); }
H1.HeaderClassName
{
color: #DDF36A;
}
.AnyTagClassName
{
color: #DDF36A;
}
</style>
background-color css
<style>
a { background-color: #DDF36A; }
a { background-color: rgb(221,243,106); }
div.DivClassName
{
background-color: #DDF36A;
}
.BgClassName
{
background-color: #DDF36A;
}
</style>
border-color css
<style>
span { border-color: #DDF36A; }
span { border-color: rgb(221,243,106); }
td.TdClassName
{
border-color: #DDF36A;
}
.TagClassName
{
border-color: #DDF36A;
}
</style>