#E2F545

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

Shades of Starship #E2F545

Tints of Starship #E2F545

Color information

#E2F545 (or 0xE2F545) is unknown color: approx Starship. HEX triplet: E2, F5 and 45. RGB value is (226,245,69). Sum of RGB (Red+Green+Blue) = 226+245+69=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 69 (27.34% from 255 or 12.78% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F545 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F545 is #1D0ABA. Grayscale: #DBDBDB. Windows color (decimal): -1903291 or 4584930. OLE color: 4584930.

HSL color Cylindrical-coordinate representation of color #E2F545: hue angle of 66.48º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2F545 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB22624569-
CMYK0.0800.720.04
HSL66.48º89.8%61.57%-
HSV(B)66.48º71.84%96.08%-
XYZ65.0981.918.01-
YUV219.2643.21132.81-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.85%
GREEN value IS 245 (96.09% from 255) = 45.37%
BLUE value IS 69 (27.34% from 255) = 12.78%
R=41.85%
G=45.37%
B=12.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal226245690.0800.720.0466.4889.861.57
HexE2F54580484425a3e
Octal342365105100110410213276
Binary1110001011110101100010110000100100010010000101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F545; }

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

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

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

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

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

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

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

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