Shades of Mindaro #DDFE6E
Tints of Mindaro #DDFE6E
RGB
CMYK
RGB Variations
Color information
#DDFE6E (or 0xDDFE6E) is known color: Mindaro. HEX triplet: DD, FE and 6E. RGB value is (221,254,110). Sum of RGB (Red+Green+Blue) = 221+254+110=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 110 (43.36% from 255 or 18.80% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE6E is #220191. Grayscale: #E4E4E4. Windows color (decimal): -2228626 or 7274205. OLE color: 7274205.
HSL color Cylindrical-coordinate representation of color #DDFE6E: hue angle of 73.75º 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 #DDFE6E is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 110 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.00 |
| HSL | 73.75º | 0.99% | 0.71% | - |
| HSV(B) | 73.75º | 0.57% | 1% | - |
| XYZ | 68.08 | 87.38 | 28.03 | - |
| YUV | 227.72 | 61.57 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 110 | 0.13 | 0 | 0.57 | 0.00 | 73.75 | 0.99 | 0.71 |
| Hex | DD | FE | 6E | D | 0 | 39 | 0 | 4A | 63 | 47 |
| Octal | 335 | 376 | 156 | 15 | 0 | 71 | 0 | 112 | 143 | 107 |
| Binary | 11011101 | 11111110 | 1101110 | 1101 | 0 | 111001 | 0 | 1001010 | 1100011 | 1000111 |
Color Harmonies of #DDFE6E
Complementary color
Monochromatic Colors of #DDFE6E
Black with #DDFE6E
Text Example
Text Example
White with #DDFE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE6E; }
p { color: rgb(221,254,110); }
H1.HeaderClassName
{
color: #DDFE6E;
}
.AnyTagClassName
{
color: #DDFE6E;
}
</style>
background-color css
<style>
a { background-color: #DDFE6E; }
a { background-color: rgb(221,254,110); }
div.DivClassName
{
background-color: #DDFE6E;
}
.BgClassName
{
background-color: #DDFE6E;
}
</style>
border-color css
<style>
span { border-color: #DDFE6E; }
span { border-color: rgb(221,254,110); }
td.TdClassName
{
border-color: #DDFE6E;
}
.TagClassName
{
border-color: #DDFE6E;
}
</style>