#E0FC7D

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

Shades of Mindaro #E0FC7D

Tints of Mindaro #E0FC7D

Color information

#E0FC7D (or 0xE0FC7D) is unknown color: approx Mindaro. HEX triplet: E0, FC and 7D. RGB value is (224,252,125). Sum of RGB (Red+Green+Blue) = 224+252+125=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FC7D is #1F0382. Grayscale: #E5E5E5. Windows color (decimal): -2032515 or 8256736. OLE color: 8256736.

HSL color Cylindrical-coordinate representation of color #E0FC7D: hue angle of 73.23º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0FC7D is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB224252125-
CMYK0.1100.500.01
HSL73.23º95.49%73.92%-
HSV(B)73.23º50.4%98.82%-
XYZ69.2586.9532.53-
YUV229.1569.22124.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 252 (98.83% from 255) = 41.93%
BLUE value IS 125 (49.22% from 255) = 20.80%
R=37.27%
G=41.93%
B=20.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242521250.1100.500.0173.2395.4973.92
HexE0FC7DB0321495f4a
Octal340374175130621111137112
Binary11100000111111001111101101101100101100100110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FC7D; }

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

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

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

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

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

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

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

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