#E0F975

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

Shades of Mindaro #E0F975

Tints of Mindaro #E0F975

Color information

#E0F975 (or 0xE0F975) is unknown color: approx Mindaro. HEX triplet: E0, F9 and 75. RGB value is (224,249,117). Sum of RGB (Red+Green+Blue) = 224+249+117=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #E0F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F975 is #1F068A. Grayscale: #E2E2E2. Windows color (decimal): -2033291 or 7731680. OLE color: 7731680.

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

Color convert

RGB224249117-
CMYK0.1000.530.02
HSL71.36º91.67%71.76%-
HSV(B)71.36º53.01%97.65%-
XYZ67.8384.8829.64-
YUV226.4866.22126.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 249 (97.66% from 255) = 42.20%
BLUE value IS 117 (46.09% from 255) = 19.83%
R=37.97%
G=42.20%
B=19.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242491170.1000.530.0271.3691.6771.76
HexE0F975A0352475c48
Octal340371165120652107134110
Binary111000001111100111101011010011010110100011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F975; }

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

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

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

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

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

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

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

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