#E5F141

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

Shades of Starship #E5F141

Tints of Starship #E5F141

Color information

#E5F141 (or 0xE5F141) is unknown color: approx Starship. HEX triplet: E5, F1 and 41. RGB value is (229,241,65). Sum of RGB (Red+Green+Blue) = 229+241+65=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 65 (25.78% from 255 or 12.15% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #E5F141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F141 is #1A0EBE. Grayscale: #DADADA. Windows color (decimal): -1707711 or 4321765. OLE color: 4321765.

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

Color convert

RGB22924165-
CMYK0.0500.730.05
HSL64.09º86.27%60%-
HSV(B)64.09º73.03%94.51%-
XYZ64.7279.9517.02-
YUV217.3542.02136.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.80%
GREEN value IS 241 (94.53% from 255) = 45.05%
BLUE value IS 65 (25.78% from 255) = 12.15%
R=42.80%
G=45.05%
B=12.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal229241650.0500.730.0564.0986.2760
HexE5F1415049540563c
Octal34536110150111510012674
Binary111001011111000110000011010100100110110000001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F141; }

 p { color: rgb(229,241,65); }

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

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

 a { background-color: rgb(229,241,65); }

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

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

 span { border-color: rgb(229,241,65); }

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