Html Css Color HEX #5EE241 Apple

📋 copy color: '#5EE241'

red 94 ◦ green 226 ◦ blue 65

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

Shades of Apple #5EE241

Tints of Apple #5EE241

RGB

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

 GREEN value IS 226 (88.67% from 255) = 58.7%

 BLUE value IS 65 (25.78% from 255) = 16.88%

R = 24.42%
G = 58.7%
B = 16.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#5EE241 (or 0x5EE241) is known color: Apple. HEX triplet: 5E, E2 and 41. RGB value is (94,226,65). Sum of RGB (Red+Green+Blue) = 94+226+65=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 226 (88.67% from 255 or 58.70% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 226 - color contains mainly: green. Hex color #5EE241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE241 is #A11DBE. Grayscale: #A8A8A8. Windows color (decimal): -10558911 or 4317790. OLE color: 4317790.

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

Color convert

RGB 94 226 65 -
CMYK 0.58 0 0.71 0.11
HSL 109.19º 0.74% 0.57% -
HSV(B) 109.19º 0.71% 0.89% -
XYZ 32.77 57.15 14.31 -
YUV 168.18 69.77 75.09 -
System Red Green Blue C M Y K H S L
Decimal 94 226 65 0.58 0 0.71 0.11 109.19 0.74 0.57
Hex 5E E2 41 3A 0 47 B 6D 4A 39
Octal 136 342 101 72 0 107 13 155 112 71
Binary 1011110 11100010 1000001 111010 0 1000111 1011 1101101 1001010 111001

Color Harmonies of #5EE241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE241

Black with #5EE241

Text Example


Text Example

White with #5EE241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,226,65); }

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

background-color css

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

 a { background-color: rgb(94,226,65); }

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

border-color css

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

 span { border-color: rgb(94,226,65); }

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