Shades of Mindaro #E0FE6C
Tints of Mindaro #E0FE6C
RGB
CMYK
RGB Variations
Color information
#E0FE6C (or 0xE0FE6C) is known color: Mindaro. HEX triplet: E0, FE and 6C. RGB value is (224,254,108). Sum of RGB (Red+Green+Blue) = 224+254+108=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 108 (42.58% from 255 or 18.43% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FE6C is #1F0193. Grayscale: #E4E4E4. Windows color (decimal): -2032020 or 7143136. OLE color: 7143136.
HSL color Cylindrical-coordinate representation of color #E0FE6C: hue angle of 72.33º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0FE6C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 108 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.00 |
| HSL | 72.33º | 0.99% | 0.71% | - |
| HSV(B) | 72.33º | 0.57% | 1% | - |
| XYZ | 68.89 | 87.81 | 27.51 | - |
| YUV | 228.39 | 60.06 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 108 | 0.12 | 0 | 0.57 | 0.00 | 72.33 | 0.99 | 0.71 |
| Hex | E0 | FE | 6C | C | 0 | 39 | 0 | 48 | 63 | 47 |
| Octal | 340 | 376 | 154 | 14 | 0 | 71 | 0 | 110 | 143 | 107 |
| Binary | 11100000 | 11111110 | 1101100 | 1100 | 0 | 111001 | 0 | 1001000 | 1100011 | 1000111 |
Color Harmonies of #E0FE6C
Complementary color
Monochromatic Colors of #E0FE6C
Black with #E0FE6C
Text Example
Text Example
White with #E0FE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FE6C; }
p { color: rgb(224,254,108); }
H1.HeaderClassName
{
color: #E0FE6C;
}
.AnyTagClassName
{
color: #E0FE6C;
}
</style>
background-color css
<style>
a { background-color: #E0FE6C; }
a { background-color: rgb(224,254,108); }
div.DivClassName
{
background-color: #E0FE6C;
}
.BgClassName
{
background-color: #E0FE6C;
}
</style>
border-color css
<style>
span { border-color: #E0FE6C; }
span { border-color: rgb(224,254,108); }
td.TdClassName
{
border-color: #E0FE6C;
}
.TagClassName
{
border-color: #E0FE6C;
}
</style>