#E0FF70

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

Shades of Mindaro #E0FF70

Tints of Mindaro #E0FF70

Color information

#E0FF70 (or 0xE0FF70) is unknown color: approx Mindaro. HEX triplet: E0, FF and 70. RGB value is (224,255,112). Sum of RGB (Red+Green+Blue) = 224+255+112=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 112 (44.14% from 255 or 18.95% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FF70 is #1F008F. Grayscale: #E5E5E5. Windows color (decimal): -2031760 or 7405536. OLE color: 7405536.

HSL color Cylindrical-coordinate representation of color #E0FF70: hue angle of 73.01º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0FF70 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB224255112-
CMYK0.1200.560
HSL73.01º100%71.96%-
HSV(B)73.01º56.08%100%-
XYZ69.4388.5428.76-
YUV229.4361.73124.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 255 (100% from 255) = 43.15%
BLUE value IS 112 (44.14% from 255) = 18.95%
R=37.90%
G=43.15%
B=18.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242551120.1200.56073.0110071.96
HexE0FF70C0380496448
Octal340377160140700111144110
Binary11100000111111111110000110001110000100100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FF70; }

 p { color: rgb(224,255,112); }

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

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

 a { background-color: rgb(224,255,112); }

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

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

 span { border-color: rgb(224,255,112); }

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