#E0FD77

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

Shades of Mindaro #E0FD77

Tints of Mindaro #E0FD77

Color information

#E0FD77 (or 0xE0FD77) is unknown color: approx Mindaro. HEX triplet: E0, FD and 77. RGB value is (224,253,119). Sum of RGB (Red+Green+Blue) = 224+253+119=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 119 (46.88% from 255 or 19.97% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FD77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FD77 is #1F0288. Grayscale: #E5E5E5. Windows color (decimal): -2032265 or 7863776. OLE color: 7863776.

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

Color convert

RGB224253119-
CMYK0.1100.530.01
HSL72.99º97.1%72.94%-
HSV(B)72.99º52.96%99.22%-
XYZ69.287.4330.68-
YUV229.0565.89124.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.58%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 119 (46.88% from 255) = 19.97%
R=37.58%
G=42.45%
B=19.97%

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
Decimal2242531190.1100.530.0172.9997.172.94
HexE0FD77B0351496149
Octal340375167130651111141111
Binary11100000111111011110111101101101011100100111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FD77; }

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

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

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

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

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

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

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

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