#E0FC72

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

Shades of Mindaro #E0FC72

Tints of Mindaro #E0FC72

Color information

#E0FC72 (or 0xE0FC72) is unknown color: approx Mindaro. HEX triplet: E0, FC and 72. RGB value is (224,252,114). Sum of RGB (Red+Green+Blue) = 224+252+114=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 114 (44.92% from 255 or 19.32% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FC72 is #1F038D. Grayscale: #E4E4E4. Windows color (decimal): -2032526 or 7535840. OLE color: 7535840.

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

Color convert

RGB224252114-
CMYK0.1100.550.01
HSL72.17º95.83%71.76%-
HSV(B)72.17º54.76%98.82%-
XYZ68.5986.6829.04-
YUV227.963.72125.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 252 (98.83% from 255) = 42.71%
BLUE value IS 114 (44.92% from 255) = 19.32%
R=37.97%
G=42.71%
B=19.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242521140.1100.550.0172.1795.8371.76
HexE0FC72B0371486048
Octal340374162130671110140110
Binary11100000111111001110010101101101111100100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FC72; }

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

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

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

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

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

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

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

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