Shades of Mindaro #E0F383
Tints of Mindaro #E0F383
RGB
CMYK
RGB Variations
Color information
#E0F383 (or 0xE0F383) is known color: Mindaro. HEX triplet: E0, F3 and 83. RGB value is (224,243,131). Sum of RGB (Red+Green+Blue) = 224+243+131=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 131 (51.56% from 255 or 21.91% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F383 is #1F0C7C. Grayscale: #E0E0E0. Windows color (decimal): -2034813 or 8647648. OLE color: 8647648.
HSL color Cylindrical-coordinate representation of color #E0F383: hue angle of 70.18º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0F383 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 243 | 131 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.05 |
| HSL | 70.18º | 0.82% | 0.73% | - |
| HSV(B) | 70.18º | 0.46% | 0.95% | - |
| XYZ | 66.89 | 81.59 | 33.7 | - |
| YUV | 224.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 243 | 131 | 0.08 | 0 | 0.46 | 0.05 | 70.18 | 0.82 | 0.73 |
| Hex | E0 | F3 | 83 | 8 | 0 | 2E | 5 | 46 | 52 | 49 |
| Octal | 340 | 363 | 203 | 10 | 0 | 56 | 5 | 106 | 122 | 111 |
| Binary | 11100000 | 11110011 | 10000011 | 1000 | 0 | 101110 | 101 | 1000110 | 1010010 | 1001001 |
Color Harmonies of #E0F383
Complementary color
Monochromatic Colors of #E0F383
Black with #E0F383
Text Example
Text Example
White with #E0F383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F383; }
p { color: rgb(224,243,131); }
H1.HeaderClassName
{
color: #E0F383;
}
.AnyTagClassName
{
color: #E0F383;
}
</style>
background-color css
<style>
a { background-color: #E0F383; }
a { background-color: rgb(224,243,131); }
div.DivClassName
{
background-color: #E0F383;
}
.BgClassName
{
background-color: #E0F383;
}
</style>
border-color css
<style>
span { border-color: #E0F383; }
span { border-color: rgb(224,243,131); }
td.TdClassName
{
border-color: #E0F383;
}
.TagClassName
{
border-color: #E0F383;
}
</style>