#E0FA80

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

Shades of Mindaro #E0FA80

Tints of Mindaro #E0FA80

Color information

#E0FA80 (or 0xE0FA80) is unknown color: approx Mindaro. HEX triplet: E0, FA and 80. RGB value is (224,250,128). Sum of RGB (Red+Green+Blue) = 224+250+128=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 128 (50.39% from 255 or 21.26% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FA80 is #1F057F. Grayscale: #E4E4E4. Windows color (decimal): -2033024 or 8452832. OLE color: 8452832.

HSL color Cylindrical-coordinate representation of color #E0FA80: hue angle of 72.79º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0FA80 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB224250128-
CMYK0.1000.490.02
HSL72.79º92.42%74.12%-
HSV(B)72.79º48.8%98.04%-
XYZ68.8285.7833.35-
YUV228.3271.39124.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 128 (50.39% from 255) = 21.26%
R=37.21%
G=41.53%
B=21.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242501280.1000.490.0272.7992.4274.12
HexE0FA80A0312495c4a
Octal340372200120612111134112
Binary1110000011111010100000001010011000110100100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FA80; }

 p { color: rgb(224,250,128); }

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

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

 a { background-color: rgb(224,250,128); }

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

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

 span { border-color: rgb(224,250,128); }

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