#e0f244

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

Shades of Starship #E0F244

Tints of Starship #E0F244

Color information

#E0F244 (or 0xE0F244) is unknown color: approx Starship. HEX triplet: E0, F2 and 44. RGB value is (224,242,68). Sum of RGB (Red+Green+Blue) = 224+242+68=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 68 (26.95% from 255 or 12.73% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F244 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F244 is #1F0DBB. Grayscale: #D9D9D9. Windows color (decimal): -2035132 or 4518624. OLE color: 4518624.

HSL color Cylindrical-coordinate representation of color #E0F244: hue angle of 66.21º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0F244 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB22424268-
CMYK0.0700.720.05
HSL66.21º87%60.78%-
HSV(B)66.21º71.9%94.9%-
XYZ63.5479.7717.52-
YUV216.7844.04133.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 242 (94.92% from 255) = 45.32%
BLUE value IS 68 (26.95% from 255) = 12.73%
R=41.95%
G=45.32%
B=12.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal224242680.0700.720.0566.218760.78
HexE0F2447048542573d
Octal34036210470110510212775
Binary111000001111001010001001110100100010110000101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0f244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0f244; }

 p { color: rgb(224,242,68); }

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

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

 a { background-color: rgb(224,242,68); }

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

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

 span { border-color: rgb(224,242,68); }

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