#E4F13F

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

Shades of Starship #E4F13F

Tints of Starship #E4F13F

Color information

#E4F13F (or 0xE4F13F) is unknown color: approx Starship. HEX triplet: E4, F1 and 3F. RGB value is (228,241,63). Sum of RGB (Red+Green+Blue) = 228+241+63=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 63 (25% from 255 or 11.84% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #E4F13F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F13F is #1B0EC0. Grayscale: #D9D9D9. Windows color (decimal): -1773249 or 4190692. OLE color: 4190692.

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

Color convert

RGB22824163-
CMYK0.0500.740.05
HSL64.38º86.41%59.61%-
HSV(B)64.38º73.86%94.51%-
XYZ64.3579.7616.71-
YUV216.8241.19135.97-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.86%
GREEN value IS 241 (94.53% from 255) = 45.30%
BLUE value IS 63 (25% from 255) = 11.84%
R=42.86%
G=45.30%
B=11.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal228241630.0500.740.0564.3886.4159.61
HexE4F13F504A540563c
Octal3443617750112510012674
Binary11100100111100011111111010100101010110000001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F13F; }

 p { color: rgb(228,241,63); }

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

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

 a { background-color: rgb(228,241,63); }

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

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

 span { border-color: rgb(228,241,63); }

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