#E0FC74

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

Shades of Mindaro #E0FC74

Tints of Mindaro #E0FC74

Color information

#E0FC74 (or 0xE0FC74) is unknown color: approx Mindaro. HEX triplet: E0, FC and 74. RGB value is (224,252,116). Sum of RGB (Red+Green+Blue) = 224+252+116=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 116 (45.70% from 255 or 19.59% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FC74 is #1F038B. Grayscale: #E4E4E4. Windows color (decimal): -2032524 or 7666912. OLE color: 7666912.

HSL color Cylindrical-coordinate representation of color #E0FC74: hue angle of 72.35º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0FC74 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB224252116-
CMYK0.1100.540.01
HSL72.35º95.77%72.16%-
HSV(B)72.35º53.97%98.82%-
XYZ68.786.7329.64-
YUV228.1264.72125.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.84%
GREEN value IS 252 (98.83% from 255) = 42.57%
BLUE value IS 116 (45.70% from 255) = 19.59%
R=37.84%
G=42.57%
B=19.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242521160.1100.540.0172.3595.7772.16
HexE0FC74B0361486048
Octal340374164130661110140110
Binary11100000111111001110100101101101101100100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FC74; }

 p { color: rgb(224,252,116); }

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

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

 a { background-color: rgb(224,252,116); }

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

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

 span { border-color: rgb(224,252,116); }

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