#E5F540

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

Shades of Starship #E5F540

Tints of Starship #E5F540

Color information

#E5F540 (or 0xE5F540) is unknown color: approx Starship. HEX triplet: E5, F5 and 40. RGB value is (229,245,64). Sum of RGB (Red+Green+Blue) = 229+245+64=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 64 (25.39% from 255 or 11.90% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #E5F540 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F540 is #1A0ABF. Grayscale: #DCDCDC. Windows color (decimal): -1706688 or 4257253. OLE color: 4257253.

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

Color convert

RGB22924564-
CMYK0.0700.740.04
HSL65.3º90.05%60.59%-
HSV(B)65.3º73.88%96.08%-
XYZ65.8982.3317.27-
YUV219.5840.2134.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.57%
GREEN value IS 245 (96.09% from 255) = 45.54%
BLUE value IS 64 (25.39% from 255) = 11.90%
R=42.57%
G=45.54%
B=11.90%

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
Decimal229245640.0700.740.0465.390.0560.59
HexE5F540704A4415a3d
Octal34536510070112410113275
Binary111001011111010110000001110100101010010000011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F540; }

 p { color: rgb(229,245,64); }

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

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

 a { background-color: rgb(229,245,64); }

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

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

 span { border-color: rgb(229,245,64); }

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