#E0FB71

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

Shades of Mindaro #E0FB71

Tints of Mindaro #E0FB71

Color information

#E0FB71 (or 0xE0FB71) is unknown color: approx Mindaro. HEX triplet: E0, FB and 71. RGB value is (224,251,113). Sum of RGB (Red+Green+Blue) = 224+251+113=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 113 (44.53% from 255 or 19.22% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FB71 is #1F048E. Grayscale: #E3E3E3. Windows color (decimal): -2032783 or 7470048. OLE color: 7470048.

HSL color Cylindrical-coordinate representation of color #E0FB71: hue angle of 71.74º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0FB71 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB224251113-
CMYK0.1100.550.02
HSL71.74º94.52%71.37%-
HSV(B)71.74º54.98%98.43%-
XYZ68.2286.0328.63-
YUV227.263.55125.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.10%
GREEN value IS 251 (98.44% from 255) = 42.69%
BLUE value IS 113 (44.53% from 255) = 19.22%
R=38.10%
G=42.69%
B=19.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242511130.1100.550.0271.7494.5271.37
HexE0FB71B0372485f47
Octal340373161130672110137107
Binary111000001111101111100011011011011110100100010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FB71; }

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

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

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

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

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

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

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

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