Shades of Mindaro #E2F37B
Tints of Mindaro #E2F37B
RGB
CMYK
RGB Variations
Color information
#E2F37B (or 0xE2F37B) is known color: Mindaro. HEX triplet: E2, F3 and 7B. RGB value is (226,243,123). Sum of RGB (Red+Green+Blue) = 226+243+123=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 123 (48.44% from 255 or 20.78% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F37B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F37B is #1D0C84. Grayscale: #E0E0E0. Windows color (decimal): -1903749 or 8123362. OLE color: 8123362.
HSL color Cylindrical-coordinate representation of color #E2F37B: hue angle of 68.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2F37B is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 243 | 123 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.05 |
| HSL | 68.5º | 0.83% | 0.72% | - |
| HSV(B) | 68.5º | 0.49% | 0.95% | - |
| XYZ | 66.99 | 81.7 | 30.98 | - |
| YUV | 224.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 243 | 123 | 0.07 | 0 | 0.49 | 0.05 | 68.5 | 0.83 | 0.72 |
| Hex | E2 | F3 | 7B | 7 | 0 | 31 | 5 | 44 | 53 | 48 |
| Octal | 342 | 363 | 173 | 7 | 0 | 61 | 5 | 104 | 123 | 110 |
| Binary | 11100010 | 11110011 | 1111011 | 111 | 0 | 110001 | 101 | 1000100 | 1010011 | 1001000 |
Color Harmonies of #E2F37B
Complementary color
Monochromatic Colors of #E2F37B
Black with #E2F37B
Text Example
Text Example
White with #E2F37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F37B; }
p { color: rgb(226,243,123); }
H1.HeaderClassName
{
color: #E2F37B;
}
.AnyTagClassName
{
color: #E2F37B;
}
</style>
background-color css
<style>
a { background-color: #E2F37B; }
a { background-color: rgb(226,243,123); }
div.DivClassName
{
background-color: #E2F37B;
}
.BgClassName
{
background-color: #E2F37B;
}
</style>
border-color css
<style>
span { border-color: #E2F37B; }
span { border-color: rgb(226,243,123); }
td.TdClassName
{
border-color: #E2F37B;
}
.TagClassName
{
border-color: #E2F37B;
}
</style>