#E0FE6A

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

Shades of Mindaro #E0FE6A

Tints of Mindaro #E0FE6A

Color information

#E0FE6A (or 0xE0FE6A) is unknown color: approx Mindaro. HEX triplet: E0, FE and 6A. RGB value is (224,254,106). Sum of RGB (Red+Green+Blue) = 224+254+106=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 106 (41.80% from 255 or 18.15% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FE6A is #1F0195. Grayscale: #E4E4E4. Windows color (decimal): -2032022 or 7012064. OLE color: 7012064.

HSL color Cylindrical-coordinate representation of color #E0FE6A: hue angle of 72.16º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0FE6A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB224254106-
CMYK0.1200.580.00
HSL72.16º98.67%70.59%-
HSV(B)72.16º58.27%99.61%-
XYZ68.7887.7726.95-
YUV228.1659.06125.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 254 (99.61% from 255) = 43.49%
BLUE value IS 106 (41.80% from 255) = 18.15%
R=38.36%
G=43.49%
B=18.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242541060.1200.580.0072.1698.6770.59
HexE0FE6AC03A0486347
Octal340376152140720110143107
Binary11100000111111101101010110001110100100100011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FE6A; }

 p { color: rgb(224,254,106); }

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

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

 a { background-color: rgb(224,254,106); }

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

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

 span { border-color: rgb(224,254,106); }

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