#E5F975

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

Shades of Mindaro #E5F975

Tints of Mindaro #E5F975

Color information

#E5F975 (or 0xE5F975) is unknown color: approx Mindaro. HEX triplet: E5, F9 and 75. RGB value is (229,249,117). Sum of RGB (Red+Green+Blue) = 229+249+117=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #E5F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F975 is #1A068A. Grayscale: #E4E4E4. Windows color (decimal): -1705611 or 7731685. OLE color: 7731685.

HSL color Cylindrical-coordinate representation of color #E5F975: hue angle of 69.09º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5F975 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB229249117-
CMYK0.0800.530.02
HSL69.09º91.67%71.76%-
HSV(B)69.09º53.01%97.65%-
XYZ69.485.6929.71-
YUV227.9765.37128.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.49%
GREEN value IS 249 (97.66% from 255) = 41.85%
BLUE value IS 117 (46.09% from 255) = 19.66%
R=38.49%
G=41.85%
B=19.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292491170.0800.530.0269.0991.6771.76
HexE5F97580352455c48
Octal345371165100652105134110
Binary111001011111100111101011000011010110100010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F975; }

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

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

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

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

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

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

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

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