#E2F94A

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

Shades of Honeysuckle #E2F94A

Tints of Honeysuckle #E2F94A

Color information

#E2F94A (or 0xE2F94A) is unknown color: approx Honeysuckle. HEX triplet: E2, F9 and 4A. RGB value is (226,249,74). Sum of RGB (Red+Green+Blue) = 226+249+74=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 74 (29.30% from 255 or 13.48% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F94A is #1D06B5. Grayscale: #DEDEDE. Windows color (decimal): -1902262 or 4913634. OLE color: 4913634.

HSL color Cylindrical-coordinate representation of color #E2F94A: hue angle of 67.89º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2F94A is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB22624974-
CMYK0.0900.700.02
HSL67.89º93.58%63.33%-
HSV(B)67.89º70.28%97.65%-
XYZ66.4884.4119.27-
YUV222.1744.38130.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.17%
GREEN value IS 249 (97.66% from 255) = 45.36%
BLUE value IS 74 (29.30% from 255) = 13.48%
R=41.17%
G=45.36%
B=13.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal226249740.0900.700.0267.8993.5863.33
HexE2F94A90462445e3f
Octal342371112110106210413677
Binary111000101111100110010101001010001101010001001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F94A; }

 p { color: rgb(226,249,74); }

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

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

 a { background-color: rgb(226,249,74); }

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

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

 span { border-color: rgb(226,249,74); }

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