#E0F66C

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

Shades of Mindaro #E0F66C

Tints of Mindaro #E0F66C

Color information

#E0F66C (or 0xE0F66C) is unknown color: approx Mindaro. HEX triplet: E0, F6 and 6C. RGB value is (224,246,108). Sum of RGB (Red+Green+Blue) = 224+246+108=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 108 (42.58% from 255 or 18.69% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #E0F66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F66C is #1F0993. Grayscale: #E0E0E0. Windows color (decimal): -2034068 or 7141088. OLE color: 7141088.

HSL color Cylindrical-coordinate representation of color #E0F66C: hue angle of 69.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0F66C is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB224246108-
CMYK0.0900.560.04
HSL69.57º88.46%69.41%-
HSV(B)69.57º56.1%96.47%-
XYZ66.482.8426.68-
YUV223.6962.71128.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.75%
GREEN value IS 246 (96.48% from 255) = 42.56%
BLUE value IS 108 (42.58% from 255) = 18.69%
R=38.75%
G=42.56%
B=18.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242461080.0900.560.0469.5788.4669.41
HexE0F66C90384465845
Octal340366154110704106130105
Binary1110000011110110110110010010111000100100011010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F66C; }

 p { color: rgb(224,246,108); }

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

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

 a { background-color: rgb(224,246,108); }

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

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

 span { border-color: rgb(224,246,108); }

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