Html Css Color HEX #E5F240 Starship

📋 copy color: '#E5F240'

red 229 ◦ green 242 ◦ blue 64

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

Shades of Starship #E5F240

Tints of Starship #E5F240

RGB

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

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

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

R = 42.8%
G = 45.23%
B = 11.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#E5F240 (or 0xE5F240) is known color: Starship. HEX triplet: E5, F2 and 40. RGB value is (229,242,64). Sum of RGB (Red+Green+Blue) = 229+242+64=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 64 (25.39% from 255 or 11.96% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F240 is #1A0DBF. Grayscale: #DADADA. Windows color (decimal): -1707456 or 4256485. OLE color: 4256485.

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

Color convert

RGB 229 242 64 -
CMYK 0.05 0 0.74 0.05
HSL 64.38º 0.87% 0.6% -
HSV(B) 64.38º 0.74% 0.95% -
XYZ 64.99 80.53 16.97 -
YUV 217.82 41.19 135.97 -
System Red Green Blue C M Y K H S L
Decimal 229 242 64 0.05 0 0.74 0.05 64.38 0.87 0.6
Hex E5 F2 40 5 0 4A 5 40 57 3C
Octal 345 362 100 5 0 112 5 100 127 74
Binary 11100101 11110010 1000000 101 0 1001010 101 1000000 1010111 111100

Color Harmonies of #E5F240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F240

Black with #E5F240

Text Example


Text Example

White with #E5F240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F240; }

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

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

background-color css

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

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

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

border-color css

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

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

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