#E2F047

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

Shades of Starship #E2F047

Tints of Starship #E2F047

Color information

#E2F047 (or 0xE2F047) is unknown color: approx Starship. HEX triplet: E2, F0 and 47. RGB value is (226,240,71). Sum of RGB (Red+Green+Blue) = 226+240+71=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 71 (28.12% from 255 or 13.22% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F047 is #1D0FB8. Grayscale: #D9D9D9. Windows color (decimal): -1904569 or 4714722. OLE color: 4714722.

HSL color Cylindrical-coordinate representation of color #E2F047: hue angle of 64.97º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2F047 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB22624071-
CMYK0.0600.700.06
HSL64.97º84.92%60.98%-
HSV(B)64.97º70.42%94.12%-
XYZ63.6678.9417.84-
YUV216.5545.86134.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.09%
GREEN value IS 240 (94.14% from 255) = 44.69%
BLUE value IS 71 (28.12% from 255) = 13.22%
R=42.09%
G=44.69%
B=13.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal226240710.0600.700.0664.9784.9260.98
HexE2F0476046641553d
Octal34236010760106610112575
Binary111000101111000010001111100100011011010000011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F047; }

 p { color: rgb(226,240,71); }

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

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

 a { background-color: rgb(226,240,71); }

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

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

 span { border-color: rgb(226,240,71); }

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