Shades of Mindaro #DDFE6D
Tints of Mindaro #DDFE6D
RGB
CMYK
RGB Variations
Color information
#DDFE6D (or 0xDDFE6D) is known color: Mindaro. HEX triplet: DD, FE and 6D. RGB value is (221,254,109). Sum of RGB (Red+Green+Blue) = 221+254+109=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 109 (42.97% from 255 or 18.66% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE6D is #220192. Grayscale: #E4E4E4. Windows color (decimal): -2228627 or 7208669. OLE color: 7208669.
HSL color Cylindrical-coordinate representation of color #DDFE6D: hue angle of 73.66º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDFE6D is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 109 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.00 |
| HSL | 73.66º | 0.99% | 0.71% | - |
| HSV(B) | 73.66º | 0.57% | 1% | - |
| XYZ | 68.02 | 87.36 | 27.75 | - |
| YUV | 227.6 | 61.07 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 109 | 0.13 | 0 | 0.57 | 0.00 | 73.66 | 0.99 | 0.71 |
| Hex | DD | FE | 6D | D | 0 | 39 | 0 | 4A | 63 | 47 |
| Octal | 335 | 376 | 155 | 15 | 0 | 71 | 0 | 112 | 143 | 107 |
| Binary | 11011101 | 11111110 | 1101101 | 1101 | 0 | 111001 | 0 | 1001010 | 1100011 | 1000111 |
Color Harmonies of #DDFE6D
Complementary color
Monochromatic Colors of #DDFE6D
Black with #DDFE6D
Text Example
Text Example
White with #DDFE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE6D; }
p { color: rgb(221,254,109); }
H1.HeaderClassName
{
color: #DDFE6D;
}
.AnyTagClassName
{
color: #DDFE6D;
}
</style>
background-color css
<style>
a { background-color: #DDFE6D; }
a { background-color: rgb(221,254,109); }
div.DivClassName
{
background-color: #DDFE6D;
}
.BgClassName
{
background-color: #DDFE6D;
}
</style>
border-color css
<style>
span { border-color: #DDFE6D; }
span { border-color: rgb(221,254,109); }
td.TdClassName
{
border-color: #DDFE6D;
}
.TagClassName
{
border-color: #DDFE6D;
}
</style>