#E2F440

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

Shades of Starship #E2F440

Tints of Starship #E2F440

Color information

#E2F440 (or 0xE2F440) is unknown color: approx Starship. HEX triplet: E2, F4 and 40. RGB value is (226,244,64). Sum of RGB (Red+Green+Blue) = 226+244+64=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F440 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F440 is #1D0BBF. Grayscale: #DADADA. Windows color (decimal): -1903552 or 4256994. OLE color: 4256994.

HSL color Cylindrical-coordinate representation of color #E2F440: hue angle of 66º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2F440 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB22624464-
CMYK0.0700.740.04
HSL66º89.11%60.39%-
HSV(B)66º73.77%95.69%-
XYZ64.6481.2417.12-
YUV218.141.04133.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.32%
GREEN value IS 244 (95.70% from 255) = 45.69%
BLUE value IS 64 (25.39% from 255) = 11.99%
R=42.32%
G=45.69%
B=11.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal226244640.0700.740.046689.1160.39
HexE2F440704A442593c
Octal34236410070112410213174
Binary111000101111010010000001110100101010010000101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F440; }

 p { color: rgb(226,244,64); }

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

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

 a { background-color: rgb(226,244,64); }

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

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

 span { border-color: rgb(226,244,64); }

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