#E0F870

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

Shades of Mindaro #E0F870

Tints of Mindaro #E0F870

Color information

#E0F870 (or 0xE0F870) is unknown color: approx Mindaro. HEX triplet: E0, F8 and 70. RGB value is (224,248,112). Sum of RGB (Red+Green+Blue) = 224+248+112=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 112 (44.14% from 255 or 19.18% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F870 is #1F078F. Grayscale: #E1E1E1. Windows color (decimal): -2033552 or 7403744. OLE color: 7403744.

HSL color Cylindrical-coordinate representation of color #E0F870: hue angle of 70.59º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0F870 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB224248112-
CMYK0.1000.550.03
HSL70.59º90.67%70.59%-
HSV(B)70.59º54.84%97.25%-
XYZ67.2384.1528.03-
YUV225.3264.05127.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 248 (97.27% from 255) = 42.47%
BLUE value IS 112 (44.14% from 255) = 19.18%
R=38.36%
G=42.47%
B=19.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242481120.1000.550.0370.5990.6770.59
HexE0F870A0373475b47
Octal340370160120673107133107
Binary111000001111100011100001010011011111100011110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F870; }

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

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

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

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

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

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

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

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