Html Css Color HEX #E1F240 Starship

📋 copy color: '#E1F240'

red 225 ◦ green 242 ◦ blue 64

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

Shades of Starship #E1F240

Tints of Starship #E1F240

RGB

 RED value IS 225 (88.28% from 255) = 42.37%

 GREEN value IS 242 (94.92% from 255) = 45.57%

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

R = 42.37%
G = 45.57%
B = 12.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#E1F240 (or 0xE1F240) is known color: Starship. HEX triplet: E1, F2 and 40. RGB value is (225,242,64). Sum of RGB (Red+Green+Blue) = 225+242+64=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 64 (25.39% from 255 or 12.05% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F240 is #1E0DBF. Grayscale: #D9D9D9. Windows color (decimal): -1969600 or 4256481. OLE color: 4256481.

HSL color Cylindrical-coordinate representation of color #E1F240: hue angle of 65.73º degrees, saturation: 0.87, 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 #E1F240 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 242 64 -
CMYK 0.07 0 0.74 0.05
HSL 65.73º 0.87% 0.6% -
HSV(B) 65.73º 0.74% 0.95% -
XYZ 63.73 79.88 16.91 -
YUV 216.63 41.87 133.97 -
System Red Green Blue C M Y K H S L
Decimal 225 242 64 0.07 0 0.74 0.05 65.73 0.87 0.6
Hex E1 F2 40 7 0 4A 5 42 57 3C
Octal 341 362 100 7 0 112 5 102 127 74
Binary 11100001 11110010 1000000 111 0 1001010 101 1000010 1010111 111100

Color Harmonies of #E1F240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F240

Black with #E1F240

Text Example


Text Example

White with #E1F240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F240; }

 p { color: rgb(225,242,64); }

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

background-color css

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

 a { background-color: rgb(225,242,64); }

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

border-color css

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

 span { border-color: rgb(225,242,64); }

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