Shades of Mindaro #DEFF7D
Tints of Mindaro #DEFF7D
RGB
CMYK
RGB Variations
Color information
#DEFF7D (or 0xDEFF7D) is known color: Mindaro. HEX triplet: DE, FF and 7D. RGB value is (222,255,125). Sum of RGB (Red+Green+Blue) = 222+255+125=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF7D is #210082. Grayscale: #E6E6E6. Windows color (decimal): -2162819 or 8257502. OLE color: 8257502.
HSL color Cylindrical-coordinate representation of color #DEFF7D: hue angle of 75.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEFF7D is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 125 | - |
| CMYK | 0.13 | 0 | 0.51 | 0 |
| HSL | 75.23º | 1% | 0.75% | - |
| HSV(B) | 75.23º | 0.51% | 1% | - |
| XYZ | 69.59 | 88.53 | 32.82 | - |
| YUV | 230.31 | 68.57 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 125 | 0.13 | 0 | 0.51 | 0 | 75.23 | 1 | 0.75 |
| Hex | DE | FF | 7D | D | 0 | 33 | 0 | 4B | 64 | 4B |
| Octal | 336 | 377 | 175 | 15 | 0 | 63 | 0 | 113 | 144 | 113 |
| Binary | 11011110 | 11111111 | 1111101 | 1101 | 0 | 110011 | 0 | 1001011 | 1100100 | 1001011 |
Color Harmonies of #DEFF7D
Complementary color
Monochromatic Colors of #DEFF7D
Black with #DEFF7D
Text Example
Text Example
White with #DEFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF7D; }
p { color: rgb(222,255,125); }
H1.HeaderClassName
{
color: #DEFF7D;
}
.AnyTagClassName
{
color: #DEFF7D;
}
</style>
background-color css
<style>
a { background-color: #DEFF7D; }
a { background-color: rgb(222,255,125); }
div.DivClassName
{
background-color: #DEFF7D;
}
.BgClassName
{
background-color: #DEFF7D;
}
</style>
border-color css
<style>
span { border-color: #DEFF7D; }
span { border-color: rgb(222,255,125); }
td.TdClassName
{
border-color: #DEFF7D;
}
.TagClassName
{
border-color: #DEFF7D;
}
</style>