Html Css Color HEX #E2F140 Starship

📋 copy color: '#E2F140'

red 226 ◦ green 241 ◦ blue 64

#E2F140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #E2F140

Tints of Starship #E2F140

RGB

 RED value IS 226 (88.67% from 255) = 42.56%

 GREEN value IS 241 (94.53% from 255) = 45.39%

 BLUE value IS 64 (25.39% from 255) = 12.05%

R = 42.56%
G = 45.39%
B = 12.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#E2F140 (or 0xE2F140) is known color: Starship. HEX triplet: E2, F1 and 40. RGB value is (226,241,64). Sum of RGB (Red+Green+Blue) = 226+241+64=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 64 (25.39% from 255 or 12.05% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F140 is #1D0EBF. Grayscale: #D9D9D9. Windows color (decimal): -1904320 or 4256226. OLE color: 4256226.

HSL color Cylindrical-coordinate representation of color #E2F140: hue angle of 65.08º 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 #E2F140 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 241 64 -
CMYK 0.06 0 0.73 0.05
HSL 65.08º 0.86% 0.6% -
HSV(B) 65.08º 0.73% 0.95% -
XYZ 63.74 79.45 16.83 -
YUV 216.34 42.03 134.89 -
System Red Green Blue C M Y K H S L
Decimal 226 241 64 0.06 0 0.73 0.05 65.08 0.86 0.6
Hex E2 F1 40 6 0 49 5 41 56 3C
Octal 342 361 100 6 0 111 5 101 126 74
Binary 11100010 11110001 1000000 110 0 1001001 101 1000001 1010110 111100

Color Harmonies of #E2F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F140

Black with #E2F140

Text Example


Text Example

White with #E2F140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F140; }

 p { color: rgb(226,241,64); }

 H1.HeaderClassName
 {
   color: #E2F140;
 }
 .AnyTagClassName
 {
   color: #E2F140;
 }
</style>

background-color css

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

 a { background-color: rgb(226,241,64); }

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

border-color css

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

 span { border-color: rgb(226,241,64); }

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