Html Css Color HEX #E2FA42 Starship

📋 copy color: '#E2FA42'

red 226 ◦ green 250 ◦ blue 66

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

Shades of Starship #E2FA42

Tints of Starship #E2FA42

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.13%

 BLUE value IS 66 (26.17% from 255) = 12.18%

R = 41.7%
G = 46.13%
B = 12.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#E2FA42 (or 0xE2FA42) is known color: Starship. HEX triplet: E2, FA and 42. RGB value is (226,250,66). Sum of RGB (Red+Green+Blue) = 226+250+66=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 66 (26.17% from 255 or 12.18% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FA42 is #1D05BD. Grayscale: #DEDEDE. Windows color (decimal): -1902014 or 4389602. OLE color: 4389602.

HSL color Cylindrical-coordinate representation of color #E2FA42: hue angle of 67.83º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2FA42 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 250 66 -
CMYK 0.10 0 0.74 0.02
HSL 67.83º 0.95% 0.62% -
HSV(B) 67.83º 0.74% 0.98% -
XYZ 66.53 84.93 18.04 -
YUV 221.85 40.05 130.96 -
System Red Green Blue C M Y K H S L
Decimal 226 250 66 0.10 0 0.74 0.02 67.83 0.95 0.62
Hex E2 FA 42 A 0 4A 2 44 5F 3E
Octal 342 372 102 12 0 112 2 104 137 76
Binary 11100010 11111010 1000010 1010 0 1001010 10 1000100 1011111 111110

Color Harmonies of #E2FA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FA42

Black with #E2FA42

Text Example


Text Example

White with #E2FA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FA42; }

 p { color: rgb(226,250,66); }

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

background-color css

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

 a { background-color: rgb(226,250,66); }

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

border-color css

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

 span { border-color: rgb(226,250,66); }

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