#E0F372

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

Shades of Mindaro #E0F372

Tints of Mindaro #E0F372

Color information

#E0F372 (or 0xE0F372) is unknown color: approx Mindaro. HEX triplet: E0, F3 and 72. RGB value is (224,243,114). Sum of RGB (Red+Green+Blue) = 224+243+114=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F372 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F372 is #1F0C8D. Grayscale: #DFDFDF. Windows color (decimal): -2034830 or 7533536. OLE color: 7533536.

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

Color convert

RGB224243114-
CMYK0.0800.530.05
HSL68.84º84.31%70%-
HSV(B)68.84º53.09%95.29%-
XYZ65.8381.1628.12-
YUV222.6166.71128.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.55%
GREEN value IS 243 (95.31% from 255) = 41.82%
BLUE value IS 114 (44.92% from 255) = 19.62%
R=38.55%
G=41.82%
B=19.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242431140.0800.530.0568.8484.3170
HexE0F37280355455446
Octal340363162100655105124106
Binary1110000011110011111001010000110101101100010110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F372; }

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

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

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

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

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

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

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

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