Shades of Mindaro #DDFE83
Tints of Mindaro #DDFE83
RGB
CMYK
RGB Variations
Color information
#DDFE83 (or 0xDDFE83) is known color: Mindaro. HEX triplet: DD, FE and 83. RGB value is (221,254,131). Sum of RGB (Red+Green+Blue) = 221+254+131=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 131 (51.56% from 255 or 21.62% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE83 is #22017C. Grayscale: #E6E6E6. Windows color (decimal): -2228605 or 8650461. OLE color: 8650461.
HSL color Cylindrical-coordinate representation of color #DDFE83: hue angle of 76.1º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDFE83 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 131 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.00 |
| HSL | 76.1º | 0.98% | 0.75% | - |
| HSV(B) | 76.1º | 0.48% | 1% | - |
| XYZ | 69.36 | 87.89 | 34.78 | - |
| YUV | 230.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 131 | 0.13 | 0 | 0.48 | 0.00 | 76.1 | 0.98 | 0.75 |
| Hex | DD | FE | 83 | D | 0 | 30 | 0 | 4C | 62 | 4B |
| Octal | 335 | 376 | 203 | 15 | 0 | 60 | 0 | 114 | 142 | 113 |
| Binary | 11011101 | 11111110 | 10000011 | 1101 | 0 | 110000 | 0 | 1001100 | 1100010 | 1001011 |
Color Harmonies of #DDFE83
Complementary color
Monochromatic Colors of #DDFE83
Black with #DDFE83
Text Example
Text Example
White with #DDFE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE83; }
p { color: rgb(221,254,131); }
H1.HeaderClassName
{
color: #DDFE83;
}
.AnyTagClassName
{
color: #DDFE83;
}
</style>
background-color css
<style>
a { background-color: #DDFE83; }
a { background-color: rgb(221,254,131); }
div.DivClassName
{
background-color: #DDFE83;
}
.BgClassName
{
background-color: #DDFE83;
}
</style>
border-color css
<style>
span { border-color: #DDFE83; }
span { border-color: rgb(221,254,131); }
td.TdClassName
{
border-color: #DDFE83;
}
.TagClassName
{
border-color: #DDFE83;
}
</style>