Shades of Mindaro #DEFF63
Tints of Mindaro #DEFF63
RGB
CMYK
RGB Variations
Color information
#DEFF63 (or 0xDEFF63) is known color: Mindaro. HEX triplet: DE, FF and 63. RGB value is (222,255,99). Sum of RGB (Red+Green+Blue) = 222+255+99=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 99 (39.06% from 255 or 17.19% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF63 is #21009C. Grayscale: #E3E3E3. Windows color (decimal): -2162845 or 6553566. OLE color: 6553566.
HSL color Cylindrical-coordinate representation of color #DEFF63: hue angle of 72.69º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEFF63 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 99 | - |
| CMYK | 0.13 | 0 | 0.61 | 0 |
| HSL | 72.69º | 1% | 0.69% | - |
| HSV(B) | 72.69º | 0.61% | 1% | - |
| XYZ | 68.14 | 87.95 | 25.19 | - |
| YUV | 227.35 | 55.57 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 99 | 0.13 | 0 | 0.61 | 0 | 72.69 | 1 | 0.69 |
| Hex | DE | FF | 63 | D | 0 | 3D | 0 | 49 | 64 | 45 |
| Octal | 336 | 377 | 143 | 15 | 0 | 75 | 0 | 111 | 144 | 105 |
| Binary | 11011110 | 11111111 | 1100011 | 1101 | 0 | 111101 | 0 | 1001001 | 1100100 | 1000101 |
Color Harmonies of #DEFF63
Complementary color
Monochromatic Colors of #DEFF63
Black with #DEFF63
Text Example
Text Example
White with #DEFF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF63; }
p { color: rgb(222,255,99); }
H1.HeaderClassName
{
color: #DEFF63;
}
.AnyTagClassName
{
color: #DEFF63;
}
</style>
background-color css
<style>
a { background-color: #DEFF63; }
a { background-color: rgb(222,255,99); }
div.DivClassName
{
background-color: #DEFF63;
}
.BgClassName
{
background-color: #DEFF63;
}
</style>
border-color css
<style>
span { border-color: #DEFF63; }
span { border-color: rgb(222,255,99); }
td.TdClassName
{
border-color: #DEFF63;
}
.TagClassName
{
border-color: #DEFF63;
}
</style>