Html Css Color HEX #E2F049 Starship

📋 copy color: '#E2F049'

red 226 ◦ green 240 ◦ blue 73

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

Shades of Starship #E2F049

Tints of Starship #E2F049

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.53%

 BLUE value IS 73 (28.91% from 255) = 13.54%

R = 41.93%
G = 44.53%
B = 13.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#E2F049 (or 0xE2F049) is known color: Starship. HEX triplet: E2, F0 and 49. RGB value is (226,240,73). Sum of RGB (Red+Green+Blue) = 226+240+73=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 73 (28.91% from 255 or 13.54% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F049 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F049 is #1D0FB6. Grayscale: #D9D9D9. Windows color (decimal): -1904567 or 4845794. OLE color: 4845794.

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

Color convert

RGB 226 240 73 -
CMYK 0.06 0 0.70 0.06
HSL 65.03º 0.85% 0.61% -
HSV(B) 65.03º 0.7% 0.94% -
XYZ 63.73 78.97 18.19 -
YUV 216.78 46.86 134.58 -
System Red Green Blue C M Y K H S L
Decimal 226 240 73 0.06 0 0.70 0.06 65.03 0.85 0.61
Hex E2 F0 49 6 0 46 6 41 55 3D
Octal 342 360 111 6 0 106 6 101 125 75
Binary 11100010 11110000 1001001 110 0 1000110 110 1000001 1010101 111101

Color Harmonies of #E2F049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F049

Black with #E2F049

Text Example


Text Example

White with #E2F049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F049; }

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

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

background-color css

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

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

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

border-color css

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

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

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