Shades of Mindaro #DDFE73
Tints of Mindaro #DDFE73
RGB
CMYK
RGB Variations
Color information
#DDFE73 (or 0xDDFE73) is known color: Mindaro. HEX triplet: DD, FE and 73. RGB value is (221,254,115). Sum of RGB (Red+Green+Blue) = 221+254+115=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 115 (45.31% from 255 or 19.49% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE73 is #22018C. Grayscale: #E4E4E4. Windows color (decimal): -2228621 or 7601885. OLE color: 7601885.
HSL color Cylindrical-coordinate representation of color #DDFE73: hue angle of 74.24º 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 #DDFE73 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 115 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.00 |
| HSL | 74.24º | 0.99% | 0.72% | - |
| HSV(B) | 74.24º | 0.55% | 1% | - |
| XYZ | 68.36 | 87.49 | 29.5 | - |
| YUV | 228.29 | 64.07 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 115 | 0.13 | 0 | 0.55 | 0.00 | 74.24 | 0.99 | 0.72 |
| Hex | DD | FE | 73 | D | 0 | 37 | 0 | 4A | 63 | 48 |
| Octal | 335 | 376 | 163 | 15 | 0 | 67 | 0 | 112 | 143 | 110 |
| Binary | 11011101 | 11111110 | 1110011 | 1101 | 0 | 110111 | 0 | 1001010 | 1100011 | 1001000 |
Color Harmonies of #DDFE73
Complementary color
Monochromatic Colors of #DDFE73
Black with #DDFE73
Text Example
Text Example
White with #DDFE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE73; }
p { color: rgb(221,254,115); }
H1.HeaderClassName
{
color: #DDFE73;
}
.AnyTagClassName
{
color: #DDFE73;
}
</style>
background-color css
<style>
a { background-color: #DDFE73; }
a { background-color: rgb(221,254,115); }
div.DivClassName
{
background-color: #DDFE73;
}
.BgClassName
{
background-color: #DDFE73;
}
</style>
border-color css
<style>
span { border-color: #DDFE73; }
span { border-color: rgb(221,254,115); }
td.TdClassName
{
border-color: #DDFE73;
}
.TagClassName
{
border-color: #DDFE73;
}
</style>