#E2F58E

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

Shades of Jonquil #E2F58E

Tints of Jonquil #E2F58E

Color information

#E2F58E (or 0xE2F58E) is unknown color: approx Jonquil. HEX triplet: E2, F5 and 8E. RGB value is (226,245,142). Sum of RGB (Red+Green+Blue) = 226+245+142=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 142 (55.86% from 255 or 23.16% from 613); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F58E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F58E is #1D0A71. Grayscale: #E3E3E3. Windows color (decimal): -1903218 or 9369058. OLE color: 9369058.

HSL color Cylindrical-coordinate representation of color #E2F58E: hue angle of 71.07º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2F58E is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB226245142-
CMYK0.0800.420.04
HSL71.07º83.74%75.88%-
HSV(B)71.07º42.04%96.08%-
XYZ68.983.4338.06-
YUV227.5879.71126.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.87%
GREEN value IS 245 (96.09% from 255) = 39.97%
BLUE value IS 142 (55.86% from 255) = 23.16%
R=36.87%
G=39.97%
B=23.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262451420.0800.420.0471.0783.7475.88
HexE2F58E802A447544c
Octal342365216100524107124114
Binary11100010111101011000111010000101010100100011110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F58E; }

 p { color: rgb(226,245,142); }

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

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

 a { background-color: rgb(226,245,142); }

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

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

 span { border-color: rgb(226,245,142); }

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