#E0FD76

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

Shades of Mindaro #E0FD76

Tints of Mindaro #E0FD76

Color information

#E0FD76 (or 0xE0FD76) is unknown color: approx Mindaro. HEX triplet: E0, FD and 76. RGB value is (224,253,118). Sum of RGB (Red+Green+Blue) = 224+253+118=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 118 (46.48% from 255 or 19.83% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FD76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FD76 is #1F0289. Grayscale: #E5E5E5. Windows color (decimal): -2032266 or 7798240. OLE color: 7798240.

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

Color convert

RGB224253118-
CMYK0.1100.530.01
HSL72.89º97.12%72.75%-
HSV(B)72.89º53.36%99.22%-
XYZ69.1487.4130.37-
YUV228.9465.39124.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 118 (46.48% from 255) = 19.83%
R=37.65%
G=42.52%
B=19.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242531180.1100.530.0172.8997.1272.75
HexE0FD76B0351496149
Octal340375166130651111141111
Binary11100000111111011110110101101101011100100111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FD76; }

 p { color: rgb(224,253,118); }

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

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

 a { background-color: rgb(224,253,118); }

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

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

 span { border-color: rgb(224,253,118); }

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