#E5F97D

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

Shades of Mindaro #E5F97D

Tints of Mindaro #E5F97D

Color information

#E5F97D (or 0xE5F97D) is unknown color: approx Mindaro. HEX triplet: E5, F9 and 7D. RGB value is (229,249,125). Sum of RGB (Red+Green+Blue) = 229+249+125=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 125 (49.22% from 255 or 20.73% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #E5F97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F97D is #1A0682. Grayscale: #E5E5E5. Windows color (decimal): -1705603 or 8255973. OLE color: 8255973.

HSL color Cylindrical-coordinate representation of color #E5F97D: hue angle of 69.68º 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 #E5F97D is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB229249125-
CMYK0.0800.500.02
HSL69.68º91.18%73.33%-
HSV(B)69.68º49.8%97.65%-
XYZ69.8985.8932.3-
YUV228.8869.37128.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.98%
GREEN value IS 249 (97.66% from 255) = 41.29%
BLUE value IS 125 (49.22% from 255) = 20.73%
R=37.98%
G=41.29%
B=20.73%

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
Decimal2292491250.0800.500.0269.6891.1873.33
HexE5F97D80322465b49
Octal345371175100622106133111
Binary111001011111100111111011000011001010100011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F97D; }

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

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

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

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

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

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

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

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