#E4F975

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

Shades of Mindaro #E4F975

Tints of Mindaro #E4F975

Color information

#E4F975 (or 0xE4F975) is unknown color: approx Mindaro. HEX triplet: E4, F9 and 75. RGB value is (228,249,117). Sum of RGB (Red+Green+Blue) = 228+249+117=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 117 (46.09% from 255 or 19.70% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #E4F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4F975 is #1B068A. Grayscale: #E4E4E4. Windows color (decimal): -1771147 or 7731684. OLE color: 7731684.

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

Color convert

RGB228249117-
CMYK0.0800.530.02
HSL69.55º91.67%71.76%-
HSV(B)69.55º53.01%97.65%-
XYZ69.0885.5329.7-
YUV227.6765.54128.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.38%
GREEN value IS 249 (97.66% from 255) = 41.92%
BLUE value IS 117 (46.09% from 255) = 19.70%
R=38.38%
G=41.92%
B=19.70%

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
Decimal2282491170.0800.530.0269.5591.6771.76
HexE4F97580352465c48
Octal344371165100652106134110
Binary111001001111100111101011000011010110100011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F975; }

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

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

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

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

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

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

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

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