Html Css Color HEX #E2F235 Starship

📋 copy color: '#E2F235'

red 226 ◦ green 242 ◦ blue 53

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

Shades of Starship #E2F235

Tints of Starship #E2F235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.17%

R = 43.38%
G = 46.45%
B = 10.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#E2F235 (or 0xE2F235) is known color: Starship. HEX triplet: E2, F2 and 35. RGB value is (226,242,53). Sum of RGB (Red+Green+Blue) = 226+242+53=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 53 (21.09% from 255 or 10.17% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F235 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F235 is #1D0DCA. Grayscale: #D8D8D8. Windows color (decimal): -1904075 or 3535586. OLE color: 3535586.

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

Color convert

RGB 226 242 53 -
CMYK 0.07 0 0.78 0.05
HSL 65.08º 0.88% 0.58% -
HSV(B) 65.08º 0.78% 0.95% -
XYZ 63.76 79.93 15.44 -
YUV 215.67 36.2 135.37 -
System Red Green Blue C M Y K H S L
Decimal 226 242 53 0.07 0 0.78 0.05 65.08 0.88 0.58
Hex E2 F2 35 7 0 4E 5 41 58 3A
Octal 342 362 65 7 0 116 5 101 130 72
Binary 11100010 11110010 110101 111 0 1001110 101 1000001 1011000 111010

Color Harmonies of #E2F235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F235

Black with #E2F235

Text Example


Text Example

White with #E2F235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F235; }

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

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

background-color css

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

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

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

border-color css

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

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

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