#E2F190

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

Shades of Jonquil #E2F190

Tints of Jonquil #E2F190

Color information

#E2F190 (or 0xE2F190) is unknown color: approx Jonquil. HEX triplet: E2, F1 and 90. RGB value is (226,241,144). Sum of RGB (Red+Green+Blue) = 226+241+144=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 144 (56.64% from 255 or 23.57% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F190 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F190 is #1D0E6F. Grayscale: #E1E1E1. Windows color (decimal): -1904240 or 9499106. OLE color: 9499106.

HSL color Cylindrical-coordinate representation of color #E2F190: hue angle of 69.28º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2F190 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB226241144-
CMYK0.0600.400.05
HSL69.28º77.6%75.49%-
HSV(B)69.28º40.25%94.51%-
XYZ67.8581.0938.46-
YUV225.4682.03128.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.99%
GREEN value IS 241 (94.53% from 255) = 39.44%
BLUE value IS 144 (56.64% from 255) = 23.57%
R=36.99%
G=39.44%
B=23.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262411440.0600.400.0569.2877.675.49
HexE2F19060285454e4b
Octal34236122060505105116113
Binary1110001011110001100100001100101000101100010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F190; }

 p { color: rgb(226,241,144); }

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

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

 a { background-color: rgb(226,241,144); }

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

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

 span { border-color: rgb(226,241,144); }

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