Shades of Mindaro #E2F973
Tints of Mindaro #E2F973
RGB
CMYK
RGB Variations
Color information
#E2F973 (or 0xE2F973) is known color: Mindaro. HEX triplet: E2, F9 and 73. RGB value is (226,249,115). Sum of RGB (Red+Green+Blue) = 226+249+115=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 115 (45.31% from 255 or 19.49% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F973 is #1D068C. Grayscale: #E3E3E3. Windows color (decimal): -1902221 or 7600610. OLE color: 7600610.
HSL color Cylindrical-coordinate representation of color #E2F973: hue angle of 70.3º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2F973 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 249 | 115 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.02 |
| HSL | 70.3º | 0.92% | 0.71% | - |
| HSV(B) | 70.3º | 0.54% | 0.98% | - |
| XYZ | 68.33 | 85.16 | 29.06 | - |
| YUV | 226.85 | 64.88 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 249 | 115 | 0.09 | 0 | 0.54 | 0.02 | 70.3 | 0.92 | 0.71 |
| Hex | E2 | F9 | 73 | 9 | 0 | 36 | 2 | 46 | 5C | 47 |
| Octal | 342 | 371 | 163 | 11 | 0 | 66 | 2 | 106 | 134 | 107 |
| Binary | 11100010 | 11111001 | 1110011 | 1001 | 0 | 110110 | 10 | 1000110 | 1011100 | 1000111 |
Color Harmonies of #E2F973
Complementary color
Monochromatic Colors of #E2F973
Black with #E2F973
Text Example
Text Example
White with #E2F973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F973; }
p { color: rgb(226,249,115); }
H1.HeaderClassName
{
color: #E2F973;
}
.AnyTagClassName
{
color: #E2F973;
}
</style>
background-color css
<style>
a { background-color: #E2F973; }
a { background-color: rgb(226,249,115); }
div.DivClassName
{
background-color: #E2F973;
}
.BgClassName
{
background-color: #E2F973;
}
</style>
border-color css
<style>
span { border-color: #E2F973; }
span { border-color: rgb(226,249,115); }
td.TdClassName
{
border-color: #E2F973;
}
.TagClassName
{
border-color: #E2F973;
}
</style>