Html Css Color HEX #E2F245 Starship

📋 copy color: '#E2F245'

red 226 ◦ green 242 ◦ blue 69

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

Shades of Starship #E2F245

Tints of Starship #E2F245

RGB

 RED value IS 226 (88.67% from 255) = 42.09%

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

 BLUE value IS 69 (27.34% from 255) = 12.85%

R = 42.09%
G = 45.07%
B = 12.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#E2F245 (or 0xE2F245) is known color: Starship. HEX triplet: E2, F2 and 45. RGB value is (226,242,69). Sum of RGB (Red+Green+Blue) = 226+242+69=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 69 (27.34% from 255 or 12.85% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F245 is #1D0DBA. Grayscale: #DADADA. Windows color (decimal): -1904059 or 4584162. OLE color: 4584162.

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

Color convert

RGB 226 242 69 -
CMYK 0.07 0 0.71 0.05
HSL 65.55º 0.87% 0.61% -
HSV(B) 65.55º 0.71% 0.95% -
XYZ 64.19 80.1 17.71 -
YUV 217.49 44.2 134.07 -
System Red Green Blue C M Y K H S L
Decimal 226 242 69 0.07 0 0.71 0.05 65.55 0.87 0.61
Hex E2 F2 45 7 0 47 5 42 57 3D
Octal 342 362 105 7 0 107 5 102 127 75
Binary 11100010 11110010 1000101 111 0 1000111 101 1000010 1010111 111101

Color Harmonies of #E2F245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F245

Black with #E2F245

Text Example


Text Example

White with #E2F245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F245; }

 p { color: rgb(226,242,69); }

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

background-color css

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

 a { background-color: rgb(226,242,69); }

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

border-color css

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

 span { border-color: rgb(226,242,69); }

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