#E0F377

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

Shades of Mindaro #E0F377

Tints of Mindaro #E0F377

Color information

#E0F377 (or 0xE0F377) is unknown color: approx Mindaro. HEX triplet: E0, F3 and 77. RGB value is (224,243,119). Sum of RGB (Red+Green+Blue) = 224+243+119=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F377 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F377 is #1F0C88. Grayscale: #DFDFDF. Windows color (decimal): -2034825 or 7861216. OLE color: 7861216.

HSL color Cylindrical-coordinate representation of color #E0F377: hue angle of 69.19º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0F377 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB224243119-
CMYK0.0800.510.05
HSL69.19º83.78%70.98%-
HSV(B)69.19º51.03%95.29%-
XYZ66.1281.2829.66-
YUV223.1869.21128.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.23%
GREEN value IS 243 (95.31% from 255) = 41.47%
BLUE value IS 119 (46.88% from 255) = 20.31%
R=38.23%
G=41.47%
B=20.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242431190.0800.510.0569.1983.7870.98
HexE0F37780335455447
Octal340363167100635105124107
Binary1110000011110011111011110000110011101100010110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F377; }

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

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

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

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

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

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

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

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