Shades of Mindaro #DEFF80
Tints of Mindaro #DEFF80
RGB
CMYK
RGB Variations
Color information
#DEFF80 (or 0xDEFF80) is known color: Mindaro. HEX triplet: DE, FF and 80. RGB value is (222,255,128). Sum of RGB (Red+Green+Blue) = 222+255+128=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFF80 is #21007F. Grayscale: #E7E7E7. Windows color (decimal): -2162816 or 8454110. OLE color: 8454110.
HSL color Cylindrical-coordinate representation of color #DEFF80: hue angle of 75.59º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEFF80 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 128 | - |
| CMYK | 0.13 | 0 | 0.50 | 0 |
| HSL | 75.59º | 1% | 0.75% | - |
| HSV(B) | 75.59º | 0.5% | 1% | - |
| XYZ | 69.78 | 88.61 | 33.85 | - |
| YUV | 230.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 128 | 0.13 | 0 | 0.50 | 0 | 75.59 | 1 | 0.75 |
| Hex | DE | FF | 80 | D | 0 | 32 | 0 | 4C | 64 | 4B |
| Octal | 336 | 377 | 200 | 15 | 0 | 62 | 0 | 114 | 144 | 113 |
| Binary | 11011110 | 11111111 | 10000000 | 1101 | 0 | 110010 | 0 | 1001100 | 1100100 | 1001011 |
Color Harmonies of #DEFF80
Complementary color
Monochromatic Colors of #DEFF80
Black with #DEFF80
Text Example
Text Example
White with #DEFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF80; }
p { color: rgb(222,255,128); }
H1.HeaderClassName
{
color: #DEFF80;
}
.AnyTagClassName
{
color: #DEFF80;
}
</style>
background-color css
<style>
a { background-color: #DEFF80; }
a { background-color: rgb(222,255,128); }
div.DivClassName
{
background-color: #DEFF80;
}
.BgClassName
{
background-color: #DEFF80;
}
</style>
border-color css
<style>
span { border-color: #DEFF80; }
span { border-color: rgb(222,255,128); }
td.TdClassName
{
border-color: #DEFF80;
}
.TagClassName
{
border-color: #DEFF80;
}
</style>