#E2FE60

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

Shades of Honeysuckle #E2FE60

Tints of Honeysuckle #E2FE60

Color information

#E2FE60 (or 0xE2FE60) is unknown color: approx Honeysuckle. HEX triplet: E2, FE and 60. RGB value is (226,254,96). Sum of RGB (Red+Green+Blue) = 226+254+96=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 96 (37.89% from 255 or 16.67% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FE60 is #1D019F. Grayscale: #E4E4E4. Windows color (decimal): -1900960 or 6356706. OLE color: 6356706.

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

Color convert

RGB22625496-
CMYK0.1100.620.00
HSL70.63º98.75%68.63%-
HSV(B)70.63º62.2%99.61%-
XYZ68.9287.924.4-
YUV227.6253.72126.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.24%
GREEN value IS 254 (99.61% from 255) = 44.10%
BLUE value IS 96 (37.89% from 255) = 16.67%
R=39.24%
G=44.10%
B=16.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal226254960.1100.620.0070.6398.7568.63
HexE2FE60B03E0476345
Octal342376140130760107143105
Binary11100010111111101100000101101111100100011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FE60; }

 p { color: rgb(226,254,96); }

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

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

 a { background-color: rgb(226,254,96); }

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

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

 span { border-color: rgb(226,254,96); }

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