Html Css Color HEX #E4F132 Starship

📋 copy color: '#E4F132'

red 228 ◦ green 241 ◦ blue 50

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

Shades of Starship #E4F132

Tints of Starship #E4F132

RGB

 RED value IS 228 (89.45% from 255) = 43.93%

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

 BLUE value IS 50 (19.92% from 255) = 9.63%

R = 43.93%
G = 46.44%
B = 9.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#E4F132 (or 0xE4F132) is known color: Starship. HEX triplet: E4, F1 and 32. RGB value is (228,241,50). Sum of RGB (Red+Green+Blue) = 228+241+50=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 50 (19.92% from 255 or 9.63% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #E4F132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F132 is #1B0ECD. Grayscale: #D8D8D8. Windows color (decimal): -1773262 or 3338724. OLE color: 3338724.

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

Color convert

RGB 228 241 50 -
CMYK 0.05 0 0.79 0.05
HSL 64.08º 0.87% 0.57% -
HSV(B) 64.08º 0.79% 0.95% -
XYZ 64.03 79.63 15.01 -
YUV 215.34 34.69 137.03 -
System Red Green Blue C M Y K H S L
Decimal 228 241 50 0.05 0 0.79 0.05 64.08 0.87 0.57
Hex E4 F1 32 5 0 4F 5 40 57 39
Octal 344 361 62 5 0 117 5 100 127 71
Binary 11100100 11110001 110010 101 0 1001111 101 1000000 1010111 111001

Color Harmonies of #E4F132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4F132

Black with #E4F132

Text Example


Text Example

White with #E4F132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4F132; }

 p { color: rgb(228,241,50); }

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

background-color css

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

 a { background-color: rgb(228,241,50); }

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

border-color css

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

 span { border-color: rgb(228,241,50); }

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