#E0F06B

Color #E0F06B Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #E0F06B

Tints of Mindaro #E0F06B

Color information

#E0F06B (or 0xE0F06B) is unknown color: approx Mindaro. HEX triplet: E0, F0 and 6B. RGB value is (224,240,107). Sum of RGB (Red+Green+Blue) = 224+240+107=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F06B is #1F0F94. Grayscale: #DCDCDC. Windows color (decimal): -2035605 or 7074016. OLE color: 7074016.

HSL color Cylindrical-coordinate representation of color #E0F06B: hue angle of 67.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0F06B is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB224240107-
CMYK0.0700.550.06
HSL67.22º81.6%68.04%-
HSV(B)67.22º55.42%94.12%-
XYZ64.5579.2325.8-
YUV220.0564.2130.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 39.23%
GREEN value IS 240 (94.14% from 255) = 42.03%
BLUE value IS 107 (42.19% from 255) = 18.74%
R=39.23%
G=42.03%
B=18.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242401070.0700.550.0667.2281.668.04
HexE0F06B70376435244
Octal34036015370676103122104
Binary111000001111000011010111110110111110100001110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F06B; }

 p { color: rgb(224,240,107); }

 H1.HeaderClassName
 {
   color: #E0F06B;
 }
 .AnyTagClassName
 {
   color: #E0F06B;
 }
</style>
background-color css

<style>
 a { background-color: #E0F06B; }

 a { background-color: rgb(224,240,107); }

 div.DivClassName
 {
   background-color: #E0F06B;
 }
 .BgClassName
 {
   background-color: #E0F06B;
 }
</style>
border-color css

<style>
 span { border-color: #E0F06B; }

 span { border-color: rgb(224,240,107); }

 td.TdClassName
 {
   border-color: #E0F06B;
 }
 .TagClassName
 {
   border-color: #E0F06B;
 }
</style>