Shades of Mindaro #DEFF62
Tints of Mindaro #DEFF62
RGB
CMYK
RGB Variations
Color information
#DEFF62 (or 0xDEFF62) is known color: Mindaro. HEX triplet: DE, FF and 62. RGB value is (222,255,98). Sum of RGB (Red+Green+Blue) = 222+255+98=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 98 (38.67% from 255 or 17.04% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF62 is #21009D. Grayscale: #E3E3E3. Windows color (decimal): -2162846 or 6488030. OLE color: 6488030.
HSL color Cylindrical-coordinate representation of color #DEFF62: hue angle of 72.61º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEFF62 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 98 | - |
| CMYK | 0.13 | 0 | 0.62 | 0 |
| HSL | 72.61º | 1% | 0.69% | - |
| HSV(B) | 72.61º | 0.62% | 1% | - |
| XYZ | 68.09 | 87.93 | 24.94 | - |
| YUV | 227.24 | 55.07 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 98 | 0.13 | 0 | 0.62 | 0 | 72.61 | 1 | 0.69 |
| Hex | DE | FF | 62 | D | 0 | 3E | 0 | 49 | 64 | 45 |
| Octal | 336 | 377 | 142 | 15 | 0 | 76 | 0 | 111 | 144 | 105 |
| Binary | 11011110 | 11111111 | 1100010 | 1101 | 0 | 111110 | 0 | 1001001 | 1100100 | 1000101 |
Color Harmonies of #DEFF62
Complementary color
Monochromatic Colors of #DEFF62
Black with #DEFF62
Text Example
Text Example
White with #DEFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF62; }
p { color: rgb(222,255,98); }
H1.HeaderClassName
{
color: #DEFF62;
}
.AnyTagClassName
{
color: #DEFF62;
}
</style>
background-color css
<style>
a { background-color: #DEFF62; }
a { background-color: rgb(222,255,98); }
div.DivClassName
{
background-color: #DEFF62;
}
.BgClassName
{
background-color: #DEFF62;
}
</style>
border-color css
<style>
span { border-color: #DEFF62; }
span { border-color: rgb(222,255,98); }
td.TdClassName
{
border-color: #DEFF62;
}
.TagClassName
{
border-color: #DEFF62;
}
</style>