Shades of Mindaro #DEFE72
Tints of Mindaro #DEFE72
RGB
CMYK
RGB Variations
Color information
#DEFE72 (or 0xDEFE72) is known color: Mindaro. HEX triplet: DE, FE and 72. RGB value is (222,254,114). Sum of RGB (Red+Green+Blue) = 222+254+114=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 114 (44.92% from 255 or 19.32% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFE72 is #21018D. Grayscale: #E4E4E4. Windows color (decimal): -2163086 or 7536350. OLE color: 7536350.
HSL color Cylindrical-coordinate representation of color #DEFE72: hue angle of 73.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEFE72 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 114 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.00 |
| HSL | 73.71º | 0.99% | 0.72% | - |
| HSV(B) | 73.71º | 0.55% | 1% | - |
| XYZ | 68.6 | 87.63 | 29.22 | - |
| YUV | 228.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 114 | 0.13 | 0 | 0.55 | 0.00 | 73.71 | 0.99 | 0.72 |
| Hex | DE | FE | 72 | D | 0 | 37 | 0 | 4A | 63 | 48 |
| Octal | 336 | 376 | 162 | 15 | 0 | 67 | 0 | 112 | 143 | 110 |
| Binary | 11011110 | 11111110 | 1110010 | 1101 | 0 | 110111 | 0 | 1001010 | 1100011 | 1001000 |
Color Harmonies of #DEFE72
Complementary color
Monochromatic Colors of #DEFE72
Black with #DEFE72
Text Example
Text Example
White with #DEFE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE72; }
p { color: rgb(222,254,114); }
H1.HeaderClassName
{
color: #DEFE72;
}
.AnyTagClassName
{
color: #DEFE72;
}
</style>
background-color css
<style>
a { background-color: #DEFE72; }
a { background-color: rgb(222,254,114); }
div.DivClassName
{
background-color: #DEFE72;
}
.BgClassName
{
background-color: #DEFE72;
}
</style>
border-color css
<style>
span { border-color: #DEFE72; }
span { border-color: rgb(222,254,114); }
td.TdClassName
{
border-color: #DEFE72;
}
.TagClassName
{
border-color: #DEFE72;
}
</style>