Html Css Color HEX #E5F140 Starship

📋 copy color: '#E5F140'

red 229 ◦ green 241 ◦ blue 64

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

Shades of Starship #E5F140

Tints of Starship #E5F140

RGB

 RED value IS 229 (89.84% from 255) = 42.88%

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

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

R = 42.88%
G = 45.13%
B = 11.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#E5F140 (or 0xE5F140) is known color: Starship. HEX triplet: E5, F1 and 40. RGB value is (229,241,64). Sum of RGB (Red+Green+Blue) = 229+241+64=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #E5F140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F140 is #1A0EBF. Grayscale: #D9D9D9. Windows color (decimal): -1707712 or 4256229. OLE color: 4256229.

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

Color convert

RGB 229 241 64 -
CMYK 0.05 0 0.73 0.05
HSL 64.07º 0.86% 0.6% -
HSV(B) 64.07º 0.73% 0.95% -
XYZ 64.69 79.94 16.87 -
YUV 217.23 41.52 136.39 -
System Red Green Blue C M Y K H S L
Decimal 229 241 64 0.05 0 0.73 0.05 64.07 0.86 0.6
Hex E5 F1 40 5 0 49 5 40 56 3C
Octal 345 361 100 5 0 111 5 100 126 74
Binary 11100101 11110001 1000000 101 0 1001001 101 1000000 1010110 111100

Color Harmonies of #E5F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F140

Black with #E5F140

Text Example


Text Example

White with #E5F140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F140; }

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

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

background-color css

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

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

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

border-color css

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

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

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