Shades of Mindaro #E0F36C
Tints of Mindaro #E0F36C
RGB
CMYK
RGB Variations
Color information
#E0F36C (or 0xE0F36C) is known color: Mindaro. HEX triplet: E0, F3 and 6C. RGB value is (224,243,108). Sum of RGB (Red+Green+Blue) = 224+243+108=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 108 (42.58% from 255 or 18.78% from 575); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F36C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F36C is #1F0C93. Grayscale: #DEDEDE. Windows color (decimal): -2034836 or 7140320. OLE color: 7140320.
HSL color Cylindrical-coordinate representation of color #E0F36C: hue angle of 68.44º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0F36C is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 243 | 108 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.05 |
| HSL | 68.44º | 0.85% | 0.69% | - |
| HSV(B) | 68.44º | 0.56% | 0.95% | - |
| XYZ | 65.5 | 81.03 | 26.38 | - |
| YUV | 221.93 | 63.71 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 243 | 108 | 0.08 | 0 | 0.56 | 0.05 | 68.44 | 0.85 | 0.69 |
| Hex | E0 | F3 | 6C | 8 | 0 | 38 | 5 | 44 | 55 | 45 |
| Octal | 340 | 363 | 154 | 10 | 0 | 70 | 5 | 104 | 125 | 105 |
| Binary | 11100000 | 11110011 | 1101100 | 1000 | 0 | 111000 | 101 | 1000100 | 1010101 | 1000101 |
Color Harmonies of #E0F36C
Complementary color
Monochromatic Colors of #E0F36C
Black with #E0F36C
Text Example
Text Example
White with #E0F36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F36C; }
p { color: rgb(224,243,108); }
H1.HeaderClassName
{
color: #E0F36C;
}
.AnyTagClassName
{
color: #E0F36C;
}
</style>
background-color css
<style>
a { background-color: #E0F36C; }
a { background-color: rgb(224,243,108); }
div.DivClassName
{
background-color: #E0F36C;
}
.BgClassName
{
background-color: #E0F36C;
}
</style>
border-color css
<style>
span { border-color: #E0F36C; }
span { border-color: rgb(224,243,108); }
td.TdClassName
{
border-color: #E0F36C;
}
.TagClassName
{
border-color: #E0F36C;
}
</style>