#E1F149

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

Shades of Starship #E1F149

Tints of Starship #E1F149

Color information

#E1F149 (or 0xE1F149) is unknown color: approx Starship. HEX triplet: E1, F1 and 49. RGB value is (225,241,73). Sum of RGB (Red+Green+Blue) = 225+241+73=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 73 (28.91% from 255 or 13.54% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F149 is #1E0EB6. Grayscale: #D9D9D9. Windows color (decimal): -1969847 or 4846049. OLE color: 4846049.

HSL color Cylindrical-coordinate representation of color #E1F149: hue angle of 65.71º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1F149 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB22524173-
CMYK0.0700.700.05
HSL65.71º85.71%61.57%-
HSV(B)65.71º69.71%94.51%-
XYZ63.7179.418.27-
YUV217.0646.7133.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 241 (94.53% from 255) = 44.71%
BLUE value IS 73 (28.91% from 255) = 13.54%
R=41.74%
G=44.71%
B=13.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225241730.0700.700.0565.7185.7161.57
HexE1F1497046542563e
Octal34136111170106510212676
Binary111000011111000110010011110100011010110000101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F149; }

 p { color: rgb(225,241,73); }

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

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

 a { background-color: rgb(225,241,73); }

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

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

 span { border-color: rgb(225,241,73); }

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