Html Css Color HEX #5ED848 Apple

📋 copy color: '#5ED848'

red 94 ◦ green 216 ◦ blue 72

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

Shades of Apple #5ED848

Tints of Apple #5ED848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.54%

 BLUE value IS 72 (28.52% from 255) = 18.85%

R = 24.61%
G = 56.54%
B = 18.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#5ED848 (or 0x5ED848) is known color: Apple. HEX triplet: 5E, D8 and 48. RGB value is (94,216,72). Sum of RGB (Red+Green+Blue) = 94+216+72=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 216 (84.77% from 255 or 56.54% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED848 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED848 is #A127B7. Grayscale: #A3A3A3. Windows color (decimal): -10561464 or 4773982. OLE color: 4773982.

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

Color convert

RGB 94 216 72 -
CMYK 0.56 0 0.67 0.15
HSL 110.83º 0.65% 0.56% -
HSV(B) 110.83º 0.67% 0.85% -
XYZ 30.34 51.96 14.56 -
YUV 163.11 76.58 78.71 -
System Red Green Blue C M Y K H S L
Decimal 94 216 72 0.56 0 0.67 0.15 110.83 0.65 0.56
Hex 5E D8 48 38 0 43 F 6F 41 38
Octal 136 330 110 70 0 103 17 157 101 70
Binary 1011110 11011000 1001000 111000 0 1000011 1111 1101111 1000001 111000

Color Harmonies of #5ED848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED848

Black with #5ED848

Text Example


Text Example

White with #5ED848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,216,72); }

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

background-color css

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

 a { background-color: rgb(94,216,72); }

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

border-color css

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

 span { border-color: rgb(94,216,72); }

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