#E0F871

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

Shades of Mindaro #E0F871

Tints of Mindaro #E0F871

Color information

#E0F871 (or 0xE0F871) is unknown color: approx Mindaro. HEX triplet: E0, F8 and 71. RGB value is (224,248,113). Sum of RGB (Red+Green+Blue) = 224+248+113=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 113 (44.53% from 255 or 19.32% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F871 is #1F078E. Grayscale: #E1E1E1. Windows color (decimal): -2033551 or 7469280. OLE color: 7469280.

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

Color convert

RGB224248113-
CMYK0.1000.540.03
HSL70.67º90.6%70.78%-
HSV(B)70.67º54.44%97.25%-
XYZ67.2984.1728.32-
YUV225.4364.55126.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 248 (97.27% from 255) = 42.39%
BLUE value IS 113 (44.53% from 255) = 19.32%
R=38.29%
G=42.39%
B=19.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242481130.1000.540.0370.6790.670.78
HexE0F871A0363475b47
Octal340370161120663107133107
Binary111000001111100011100011010011011011100011110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F871; }

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

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

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

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

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

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

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

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