Html Css Color HEX #5ED949 Apple

📋 copy color: '#5ED949'

red 94 ◦ green 217 ◦ blue 73

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

Shades of Apple #5ED949

Tints of Apple #5ED949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.51%

 BLUE value IS 73 (28.91% from 255) = 19.01%

R = 24.48%
G = 56.51%
B = 19.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#5ED949 (or 0x5ED949) is known color: Apple. HEX triplet: 5E, D9 and 49. RGB value is (94,217,73). Sum of RGB (Red+Green+Blue) = 94+217+73=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED949 is #A126B6. Grayscale: #A4A4A4. Windows color (decimal): -10561207 or 4839774. OLE color: 4839774.

HSL color Cylindrical-coordinate representation of color #5ED949: hue angle of 111.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5ED949 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 94 217 73 -
CMYK 0.57 0 0.66 0.15
HSL 111.25º 0.65% 0.57% -
HSV(B) 111.25º 0.66% 0.85% -
XYZ 30.63 52.49 14.82 -
YUV 163.81 76.75 78.21 -
System Red Green Blue C M Y K H S L
Decimal 94 217 73 0.57 0 0.66 0.15 111.25 0.65 0.57
Hex 5E D9 49 39 0 42 F 6F 41 39
Octal 136 331 111 71 0 102 17 157 101 71
Binary 1011110 11011001 1001001 111001 0 1000010 1111 1101111 1000001 111001

Color Harmonies of #5ED949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED949

Black with #5ED949

Text Example


Text Example

White with #5ED949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,217,73); }

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

background-color css

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

 a { background-color: rgb(94,217,73); }

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

border-color css

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

 span { border-color: rgb(94,217,73); }

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