Shades of Mindaro #E0F277
Tints of Mindaro #E0F277
RGB
CMYK
RGB Variations
Color information
#E0F277 (or 0xE0F277) is known color: Mindaro. HEX triplet: E0, F2 and 77. RGB value is (224,242,119). Sum of RGB (Red+Green+Blue) = 224+242+119=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F277 is #1F0D88. Grayscale: #DFDFDF. Windows color (decimal): -2035081 or 7860960. OLE color: 7860960.
HSL color Cylindrical-coordinate representation of color #E0F277: hue angle of 68.78º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0F277 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 119 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.05 |
| HSL | 68.78º | 0.83% | 0.71% | - |
| HSV(B) | 68.78º | 0.51% | 0.95% | - |
| XYZ | 65.82 | 80.68 | 29.56 | - |
| YUV | 222.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 119 | 0.07 | 0 | 0.51 | 0.05 | 68.78 | 0.83 | 0.71 |
| Hex | E0 | F2 | 77 | 7 | 0 | 33 | 5 | 45 | 53 | 47 |
| Octal | 340 | 362 | 167 | 7 | 0 | 63 | 5 | 105 | 123 | 107 |
| Binary | 11100000 | 11110010 | 1110111 | 111 | 0 | 110011 | 101 | 1000101 | 1010011 | 1000111 |
Color Harmonies of #E0F277
Complementary color
Monochromatic Colors of #E0F277
Black with #E0F277
Text Example
Text Example
White with #E0F277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F277; }
p { color: rgb(224,242,119); }
H1.HeaderClassName
{
color: #E0F277;
}
.AnyTagClassName
{
color: #E0F277;
}
</style>
background-color css
<style>
a { background-color: #E0F277; }
a { background-color: rgb(224,242,119); }
div.DivClassName
{
background-color: #E0F277;
}
.BgClassName
{
background-color: #E0F277;
}
</style>
border-color css
<style>
span { border-color: #E0F277; }
span { border-color: rgb(224,242,119); }
td.TdClassName
{
border-color: #E0F277;
}
.TagClassName
{
border-color: #E0F277;
}
</style>