#E5F97C

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

Shades of Mindaro #E5F97C

Tints of Mindaro #E5F97C

Color information

#E5F97C (or 0xE5F97C) is unknown color: approx Mindaro. HEX triplet: E5, F9 and 7C. RGB value is (229,249,124). Sum of RGB (Red+Green+Blue) = 229+249+124=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 124 (48.83% from 255 or 20.60% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #E5F97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F97C is #1A0683. Grayscale: #E5E5E5. Windows color (decimal): -1705604 or 8190437. OLE color: 8190437.

HSL color Cylindrical-coordinate representation of color #E5F97C: hue angle of 69.6º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5F97C is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB229249124-
CMYK0.0800.500.02
HSL69.6º91.24%73.14%-
HSV(B)69.6º50.2%97.65%-
XYZ69.8385.8631.96-
YUV228.7768.87128.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.04%
GREEN value IS 249 (97.66% from 255) = 41.36%
BLUE value IS 124 (48.83% from 255) = 20.60%
R=38.04%
G=41.36%
B=20.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292491240.0800.500.0269.691.2473.14
HexE5F97C80322465b49
Octal345371174100622106133111
Binary111001011111100111111001000011001010100011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F97C; }

 p { color: rgb(229,249,124); }

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

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

 a { background-color: rgb(229,249,124); }

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

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

 span { border-color: rgb(229,249,124); }

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