Shades of Mindaro #DDFE72
Tints of Mindaro #DDFE72
RGB
CMYK
RGB Variations
Color information
#DDFE72 (or 0xDDFE72) is known color: Mindaro. HEX triplet: DD, FE and 72. RGB value is (221,254,114). Sum of RGB (Red+Green+Blue) = 221+254+114=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 114 (44.92% from 255 or 19.35% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE72 is #22018D. Grayscale: #E4E4E4. Windows color (decimal): -2228622 or 7536349. OLE color: 7536349.
HSL color Cylindrical-coordinate representation of color #DDFE72: hue angle of 74.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDFE72 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 114 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.00 |
| HSL | 74.14º | 0.99% | 0.72% | - |
| HSV(B) | 74.14º | 0.55% | 1% | - |
| XYZ | 68.3 | 87.47 | 29.2 | - |
| YUV | 228.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 114 | 0.13 | 0 | 0.55 | 0.00 | 74.14 | 0.99 | 0.72 |
| Hex | DD | FE | 72 | D | 0 | 37 | 0 | 4A | 63 | 48 |
| Octal | 335 | 376 | 162 | 15 | 0 | 67 | 0 | 112 | 143 | 110 |
| Binary | 11011101 | 11111110 | 1110010 | 1101 | 0 | 110111 | 0 | 1001010 | 1100011 | 1001000 |
Color Harmonies of #DDFE72
Complementary color
Monochromatic Colors of #DDFE72
Black with #DDFE72
Text Example
Text Example
White with #DDFE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE72; }
p { color: rgb(221,254,114); }
H1.HeaderClassName
{
color: #DDFE72;
}
.AnyTagClassName
{
color: #DDFE72;
}
</style>
background-color css
<style>
a { background-color: #DDFE72; }
a { background-color: rgb(221,254,114); }
div.DivClassName
{
background-color: #DDFE72;
}
.BgClassName
{
background-color: #DDFE72;
}
</style>
border-color css
<style>
span { border-color: #DDFE72; }
span { border-color: rgb(221,254,114); }
td.TdClassName
{
border-color: #DDFE72;
}
.TagClassName
{
border-color: #DDFE72;
}
</style>