#E4FA7A

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

Shades of Mindaro #E4FA7A

Tints of Mindaro #E4FA7A

Color information

#E4FA7A (or 0xE4FA7A) is unknown color: approx Mindaro. HEX triplet: E4, FA and 7A. RGB value is (228,250,122). Sum of RGB (Red+Green+Blue) = 228+250+122=600 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 122 (48.05% from 255 or 20.33% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #E4FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4FA7A is #1B0585. Grayscale: #E5E5E5. Windows color (decimal): -1770886 or 8059620. OLE color: 8059620.

HSL color Cylindrical-coordinate representation of color #E4FA7A: hue angle of 70.31º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E4FA7A is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB228250122-
CMYK0.0900.510.02
HSL70.31º92.75%72.94%-
HSV(B)70.31º51.2%98.04%-
XYZ69.6986.2731.39-
YUV228.8367.71127.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38%
GREEN value IS 250 (98.05% from 255) = 41.67%
BLUE value IS 122 (48.05% from 255) = 20.33%
R=38%
G=41.67%
B=20.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282501220.0900.510.0270.3192.7572.94
HexE4FA7A90332465d49
Octal344372172110632106135111
Binary111001001111101011110101001011001110100011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4FA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4FA7A; }

 p { color: rgb(228,250,122); }

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

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

 a { background-color: rgb(228,250,122); }

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

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

 span { border-color: rgb(228,250,122); }

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