Html Css Color HEX #5EE045 Apple

📋 copy color: '#5EE045'

red 94 ◦ green 224 ◦ blue 69

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

Shades of Apple #5EE045

Tints of Apple #5EE045

RGB

 RED value IS 94 (37.11% from 255) = 24.29%

 GREEN value IS 224 (87.89% from 255) = 57.88%

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

R = 24.29%
G = 57.88%
B = 17.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#5EE045 (or 0x5EE045) is known color: Apple. HEX triplet: 5E, E0 and 45. RGB value is (94,224,69). Sum of RGB (Red+Green+Blue) = 94+224+69=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 224 (87.89% from 255 or 57.88% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE045 is #A11FBA. Grayscale: #A7A7A7. Windows color (decimal): -10559419 or 4579422. OLE color: 4579422.

HSL color Cylindrical-coordinate representation of color #5EE045: hue angle of 110.32º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5EE045 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 94 224 69 -
CMYK 0.58 0 0.69 0.12
HSL 110.32º 0.71% 0.57% -
HSV(B) 110.32º 0.69% 0.88% -
XYZ 32.35 56.12 14.76 -
YUV 167.46 72.43 75.6 -
System Red Green Blue C M Y K H S L
Decimal 94 224 69 0.58 0 0.69 0.12 110.32 0.71 0.57
Hex 5E E0 45 3A 0 45 C 6E 47 39
Octal 136 340 105 72 0 105 14 156 107 71
Binary 1011110 11100000 1000101 111010 0 1000101 1100 1101110 1000111 111001

Color Harmonies of #5EE045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE045

Black with #5EE045

Text Example


Text Example

White with #5EE045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EE045; }

 p { color: rgb(94,224,69); }

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

background-color css

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

 a { background-color: rgb(94,224,69); }

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

border-color css

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

 span { border-color: rgb(94,224,69); }

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