#E2F58F

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

Shades of Jonquil #E2F58F

Tints of Jonquil #E2F58F

Color information

#E2F58F (or 0xE2F58F) is unknown color: approx Jonquil. HEX triplet: E2, F5 and 8F. RGB value is (226,245,143). Sum of RGB (Red+Green+Blue) = 226+245+143=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 143 (56.25% from 255 or 23.29% from 614); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F58F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F58F is #1D0A70. Grayscale: #E4E4E4. Windows color (decimal): -1903217 or 9434594. OLE color: 9434594.

HSL color Cylindrical-coordinate representation of color #E2F58F: hue angle of 71.18º 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 #E2F58F is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB226245143-
CMYK0.0800.420.04
HSL71.18º83.61%76.08%-
HSV(B)71.18º41.63%96.08%-
XYZ68.9783.4638.46-
YUV227.6980.21126.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.81%
GREEN value IS 245 (96.09% from 255) = 39.90%
BLUE value IS 143 (56.25% from 255) = 23.29%
R=36.81%
G=39.90%
B=23.29%

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
Decimal2262451430.0800.420.0471.1883.6176.08
HexE2F58F802A447544c
Octal342365217100524107124114
Binary11100010111101011000111110000101010100100011110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F58F; }

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

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

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

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

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

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

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

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