Shades of Mindaro #DDFE79
Tints of Mindaro #DDFE79
RGB
CMYK
RGB Variations
Color information
#DDFE79 (or 0xDDFE79) is known color: Mindaro. HEX triplet: DD, FE and 79. RGB value is (221,254,121). Sum of RGB (Red+Green+Blue) = 221+254+121=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 121 (47.66% from 255 or 20.30% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE79 is #220186. Grayscale: #E5E5E5. Windows color (decimal): -2228615 or 7995101. OLE color: 7995101.
HSL color Cylindrical-coordinate representation of color #DDFE79: hue angle of 74.89º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDFE79 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 121 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.00 |
| HSL | 74.89º | 0.99% | 0.74% | - |
| HSV(B) | 74.89º | 0.52% | 1% | - |
| XYZ | 68.71 | 87.64 | 31.38 | - |
| YUV | 228.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 121 | 0.13 | 0 | 0.52 | 0.00 | 74.89 | 0.99 | 0.74 |
| Hex | DD | FE | 79 | D | 0 | 34 | 0 | 4B | 63 | 4A |
| Octal | 335 | 376 | 171 | 15 | 0 | 64 | 0 | 113 | 143 | 112 |
| Binary | 11011101 | 11111110 | 1111001 | 1101 | 0 | 110100 | 0 | 1001011 | 1100011 | 1001010 |
Color Harmonies of #DDFE79
Complementary color
Monochromatic Colors of #DDFE79
Black with #DDFE79
Text Example
Text Example
White with #DDFE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE79; }
p { color: rgb(221,254,121); }
H1.HeaderClassName
{
color: #DDFE79;
}
.AnyTagClassName
{
color: #DDFE79;
}
</style>
background-color css
<style>
a { background-color: #DDFE79; }
a { background-color: rgb(221,254,121); }
div.DivClassName
{
background-color: #DDFE79;
}
.BgClassName
{
background-color: #DDFE79;
}
</style>
border-color css
<style>
span { border-color: #DDFE79; }
span { border-color: rgb(221,254,121); }
td.TdClassName
{
border-color: #DDFE79;
}
.TagClassName
{
border-color: #DDFE79;
}
</style>