Shades of Mindaro #E1FD73
Tints of Mindaro #E1FD73
RGB
CMYK
RGB Variations
Color information
#E1FD73 (or 0xE1FD73) is known color: Mindaro. HEX triplet: E1, FD and 73. RGB value is (225,253,115). Sum of RGB (Red+Green+Blue) = 225+253+115=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 115 (45.31% from 255 or 19.39% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FD73 is #1E028C. Grayscale: #E5E5E5. Windows color (decimal): -1966733 or 7601633. OLE color: 7601633.
HSL color Cylindrical-coordinate representation of color #E1FD73: hue angle of 72.17º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1FD73 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 115 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.01 |
| HSL | 72.17º | 0.97% | 0.72% | - |
| HSV(B) | 72.17º | 0.55% | 0.99% | - |
| XYZ | 69.27 | 87.5 | 29.46 | - |
| YUV | 228.9 | 63.72 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 115 | 0.11 | 0 | 0.55 | 0.01 | 72.17 | 0.97 | 0.72 |
| Hex | E1 | FD | 73 | B | 0 | 37 | 1 | 48 | 61 | 48 |
| Octal | 341 | 375 | 163 | 13 | 0 | 67 | 1 | 110 | 141 | 110 |
| Binary | 11100001 | 11111101 | 1110011 | 1011 | 0 | 110111 | 1 | 1001000 | 1100001 | 1001000 |
Color Harmonies of #E1FD73
Complementary color
Monochromatic Colors of #E1FD73
Black with #E1FD73
Text Example
Text Example
White with #E1FD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FD73; }
p { color: rgb(225,253,115); }
H1.HeaderClassName
{
color: #E1FD73;
}
.AnyTagClassName
{
color: #E1FD73;
}
</style>
background-color css
<style>
a { background-color: #E1FD73; }
a { background-color: rgb(225,253,115); }
div.DivClassName
{
background-color: #E1FD73;
}
.BgClassName
{
background-color: #E1FD73;
}
</style>
border-color css
<style>
span { border-color: #E1FD73; }
span { border-color: rgb(225,253,115); }
td.TdClassName
{
border-color: #E1FD73;
}
.TagClassName
{
border-color: #E1FD73;
}
</style>