Html Css Color HEX #E5F532 Starship

📋 copy color: '#E5F532'

red 229 ◦ green 245 ◦ blue 50

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

Shades of Starship #E5F532

Tints of Starship #E5F532

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.76%

 BLUE value IS 50 (19.92% from 255) = 9.54%

R = 43.7%
G = 46.76%
B = 9.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#E5F532 (or 0xE5F532) is known color: Starship. HEX triplet: E5, F5 and 32. RGB value is (229,245,50). Sum of RGB (Red+Green+Blue) = 229+245+50=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 50 (19.92% from 255 or 9.54% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #E5F532 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F532 is #1A0ACD. Grayscale: #DADADA. Windows color (decimal): -1706702 or 3339749. OLE color: 3339749.

HSL color Cylindrical-coordinate representation of color #E5F532: hue angle of 64.92º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5F532 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 245 50 -
CMYK 0.07 0 0.80 0.04
HSL 64.92º 0.91% 0.58% -
HSV(B) 64.92º 0.8% 0.96% -
XYZ 65.54 82.19 15.43 -
YUV 217.99 33.2 135.86 -
System Red Green Blue C M Y K H S L
Decimal 229 245 50 0.07 0 0.80 0.04 64.92 0.91 0.58
Hex E5 F5 32 7 0 50 4 41 5B 3A
Octal 345 365 62 7 0 120 4 101 133 72
Binary 11100101 11110101 110010 111 0 1010000 100 1000001 1011011 111010

Color Harmonies of #E5F532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F532

Black with #E5F532

Text Example


Text Example

White with #E5F532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F532; }

 p { color: rgb(229,245,50); }

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

background-color css

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

 a { background-color: rgb(229,245,50); }

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

border-color css

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

 span { border-color: rgb(229,245,50); }

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