Shades of Mindaro #DEFE71
Tints of Mindaro #DEFE71
RGB
CMYK
RGB Variations
Color information
#DEFE71 (or 0xDEFE71) is known color: Mindaro. HEX triplet: DE, FE and 71. RGB value is (222,254,113). Sum of RGB (Red+Green+Blue) = 222+254+113=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 113 (44.53% from 255 or 19.19% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFE71 is #21018E. Grayscale: #E4E4E4. Windows color (decimal): -2163087 or 7470814. OLE color: 7470814.
HSL color Cylindrical-coordinate representation of color #DEFE71: hue angle of 73.62º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEFE71 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 113 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.00 |
| HSL | 73.62º | 0.99% | 0.72% | - |
| HSV(B) | 73.62º | 0.56% | 1% | - |
| XYZ | 68.55 | 87.61 | 28.92 | - |
| YUV | 228.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 113 | 0.13 | 0 | 0.56 | 0.00 | 73.62 | 0.99 | 0.72 |
| Hex | DE | FE | 71 | D | 0 | 38 | 0 | 4A | 63 | 48 |
| Octal | 336 | 376 | 161 | 15 | 0 | 70 | 0 | 112 | 143 | 110 |
| Binary | 11011110 | 11111110 | 1110001 | 1101 | 0 | 111000 | 0 | 1001010 | 1100011 | 1001000 |
Color Harmonies of #DEFE71
Complementary color
Monochromatic Colors of #DEFE71
Black with #DEFE71
Text Example
Text Example
White with #DEFE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE71; }
p { color: rgb(222,254,113); }
H1.HeaderClassName
{
color: #DEFE71;
}
.AnyTagClassName
{
color: #DEFE71;
}
</style>
background-color css
<style>
a { background-color: #DEFE71; }
a { background-color: rgb(222,254,113); }
div.DivClassName
{
background-color: #DEFE71;
}
.BgClassName
{
background-color: #DEFE71;
}
</style>
border-color css
<style>
span { border-color: #DEFE71; }
span { border-color: rgb(222,254,113); }
td.TdClassName
{
border-color: #DEFE71;
}
.TagClassName
{
border-color: #DEFE71;
}
</style>