Shades of Mindaro #E0F268
Tints of Mindaro #E0F268
RGB
CMYK
RGB Variations
Color information
#E0F268 (or 0xE0F268) is known color: Mindaro. HEX triplet: E0, F2 and 68. RGB value is (224,242,104). Sum of RGB (Red+Green+Blue) = 224+242+104=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 104 (41.02% from 255 or 18.25% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F268 is #1F0D97. Grayscale: #DDDDDD. Windows color (decimal): -2035096 or 6877920. OLE color: 6877920.
HSL color Cylindrical-coordinate representation of color #E0F268: hue angle of 67.83º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0F268 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 104 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.05 |
| HSL | 67.83º | 0.84% | 0.68% | - |
| HSV(B) | 67.83º | 0.57% | 0.95% | - |
| XYZ | 64.99 | 80.35 | 25.18 | - |
| YUV | 220.89 | 62.04 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 104 | 0.07 | 0 | 0.57 | 0.05 | 67.83 | 0.84 | 0.68 |
| Hex | E0 | F2 | 68 | 7 | 0 | 39 | 5 | 44 | 54 | 44 |
| Octal | 340 | 362 | 150 | 7 | 0 | 71 | 5 | 104 | 124 | 104 |
| Binary | 11100000 | 11110010 | 1101000 | 111 | 0 | 111001 | 101 | 1000100 | 1010100 | 1000100 |
Color Harmonies of #E0F268
Complementary color
Monochromatic Colors of #E0F268
Black with #E0F268
Text Example
Text Example
White with #E0F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F268; }
p { color: rgb(224,242,104); }
H1.HeaderClassName
{
color: #E0F268;
}
.AnyTagClassName
{
color: #E0F268;
}
</style>
background-color css
<style>
a { background-color: #E0F268; }
a { background-color: rgb(224,242,104); }
div.DivClassName
{
background-color: #E0F268;
}
.BgClassName
{
background-color: #E0F268;
}
</style>
border-color css
<style>
span { border-color: #E0F268; }
span { border-color: rgb(224,242,104); }
td.TdClassName
{
border-color: #E0F268;
}
.TagClassName
{
border-color: #E0F268;
}
</style>