Shades of Mindaro #DEFE81
Tints of Mindaro #DEFE81
RGB
CMYK
RGB Variations
Color information
#DEFE81 (or 0xDEFE81) is known color: Mindaro. HEX triplet: DE, FE and 81. RGB value is (222,254,129). Sum of RGB (Red+Green+Blue) = 222+254+129=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 129 (50.78% from 255 or 21.32% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFE81 is #21017E. Grayscale: #E6E6E6. Windows color (decimal): -2163071 or 8519390. OLE color: 8519390.
HSL color Cylindrical-coordinate representation of color #DEFE81: hue angle of 75.36º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEFE81 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 129 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.00 |
| HSL | 75.36º | 0.98% | 0.75% | - |
| HSV(B) | 75.36º | 0.49% | 1% | - |
| XYZ | 69.53 | 88 | 34.09 | - |
| YUV | 230.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 129 | 0.13 | 0 | 0.49 | 0.00 | 75.36 | 0.98 | 0.75 |
| Hex | DE | FE | 81 | D | 0 | 31 | 0 | 4B | 62 | 4B |
| Octal | 336 | 376 | 201 | 15 | 0 | 61 | 0 | 113 | 142 | 113 |
| Binary | 11011110 | 11111110 | 10000001 | 1101 | 0 | 110001 | 0 | 1001011 | 1100010 | 1001011 |
Color Harmonies of #DEFE81
Complementary color
Monochromatic Colors of #DEFE81
Black with #DEFE81
Text Example
Text Example
White with #DEFE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE81; }
p { color: rgb(222,254,129); }
H1.HeaderClassName
{
color: #DEFE81;
}
.AnyTagClassName
{
color: #DEFE81;
}
</style>
background-color css
<style>
a { background-color: #DEFE81; }
a { background-color: rgb(222,254,129); }
div.DivClassName
{
background-color: #DEFE81;
}
.BgClassName
{
background-color: #DEFE81;
}
</style>
border-color css
<style>
span { border-color: #DEFE81; }
span { border-color: rgb(222,254,129); }
td.TdClassName
{
border-color: #DEFE81;
}
.TagClassName
{
border-color: #DEFE81;
}
</style>