Html Css Color HEX #E0F13F Starship

📋 copy color: '#E0F13F'

red 224 ◦ green 241 ◦ blue 63

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

Shades of Starship #E0F13F

Tints of Starship #E0F13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.93%

R = 42.42%
G = 45.64%
B = 11.93%

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

#E0F13F (or 0xE0F13F) is known color: Starship. HEX triplet: E0, F1 and 3F. RGB value is (224,241,63). Sum of RGB (Red+Green+Blue) = 224+241+63=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 63 (25% from 255 or 11.93% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F13F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F13F is #1F0EC0. Grayscale: #D8D8D8. Windows color (decimal): -2035393 or 4190688. OLE color: 4190688.

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

Color convert

RGB 224 241 63 -
CMYK 0.07 0 0.74 0.05
HSL 65.73º 0.86% 0.6% -
HSV(B) 65.73º 0.74% 0.95% -
XYZ 63.09 79.12 16.65 -
YUV 215.63 41.87 133.97 -
System Red Green Blue C M Y K H S L
Decimal 224 241 63 0.07 0 0.74 0.05 65.73 0.86 0.6
Hex E0 F1 3F 7 0 4A 5 42 56 3C
Octal 340 361 77 7 0 112 5 102 126 74
Binary 11100000 11110001 111111 111 0 1001010 101 1000010 1010110 111100

Color Harmonies of #E0F13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F13F

Black with #E0F13F

Text Example


Text Example

White with #E0F13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F13F; }

 p { color: rgb(224,241,63); }

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

background-color css

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

 a { background-color: rgb(224,241,63); }

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

border-color css

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

 span { border-color: rgb(224,241,63); }

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