Html Css Color HEX #E0F240 Starship

📋 copy color: '#E0F240'

red 224 ◦ green 242 ◦ blue 64

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

Shades of Starship #E0F240

Tints of Starship #E0F240

RGB

 RED value IS 224 (87.89% from 255) = 42.26%

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

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

R = 42.26%
G = 45.66%
B = 12.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#E0F240 (or 0xE0F240) is known color: Starship. HEX triplet: E0, F2 and 40. RGB value is (224,242,64). Sum of RGB (Red+Green+Blue) = 224+242+64=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F240 is #1F0DBF. Grayscale: #D9D9D9. Windows color (decimal): -2035136 or 4256480. OLE color: 4256480.

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

Color convert

RGB 224 242 64 -
CMYK 0.07 0 0.74 0.05
HSL 66.07º 0.87% 0.6% -
HSV(B) 66.07º 0.74% 0.95% -
XYZ 63.42 79.72 16.9 -
YUV 216.33 42.04 133.47 -
System Red Green Blue C M Y K H S L
Decimal 224 242 64 0.07 0 0.74 0.05 66.07 0.87 0.6
Hex E0 F2 40 7 0 4A 5 42 57 3C
Octal 340 362 100 7 0 112 5 102 127 74
Binary 11100000 11110010 1000000 111 0 1001010 101 1000010 1010111 111100

Color Harmonies of #E0F240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F240

Black with #E0F240

Text Example


Text Example

White with #E0F240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F240; }

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

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

background-color css

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

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

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

border-color css

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

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

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