Html Css Color HEX #5ED540 Apple

📋 copy color: '#5ED540'

red 94 ◦ green 213 ◦ blue 64

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

Shades of Apple #5ED540

Tints of Apple #5ED540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.41%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 25.34%
G = 57.41%
B = 17.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#5ED540 (or 0x5ED540) is known color: Apple. HEX triplet: 5E, D5 and 40. RGB value is (94,213,64). Sum of RGB (Red+Green+Blue) = 94+213+64=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #5ED540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED540 is #A12ABF. Grayscale: #A0A0A0. Windows color (decimal): -10562240 or 4248926. OLE color: 4248926.

HSL color Cylindrical-coordinate representation of color #5ED540: hue angle of 107.92º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5ED540 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 213 64 -
CMYK 0.56 0 0.70 0.16
HSL 107.92º 0.64% 0.54% -
HSV(B) 107.92º 0.7% 0.84% -
XYZ 29.34 50.34 13.02 -
YUV 160.43 73.58 80.62 -
System Red Green Blue C M Y K H S L
Decimal 94 213 64 0.56 0 0.70 0.16 107.92 0.64 0.54
Hex 5E D5 40 38 0 46 10 6C 40 36
Octal 136 325 100 70 0 106 20 154 100 66
Binary 1011110 11010101 1000000 111000 0 1000110 10000 1101100 1000000 110110

Color Harmonies of #5ED540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED540

Black with #5ED540

Text Example


Text Example

White with #5ED540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,213,64); }

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

background-color css

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

 a { background-color: rgb(94,213,64); }

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

border-color css

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

 span { border-color: rgb(94,213,64); }

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