Html Css Color HEX #5EDE48 Apple

📋 copy color: '#5EDE48'

red 94 ◦ green 222 ◦ blue 72

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

Shades of Apple #5EDE48

Tints of Apple #5EDE48

RGB

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

 GREEN value IS 222 (87.11% from 255) = 57.22%

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

R = 24.23%
G = 57.22%
B = 18.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#5EDE48 (or 0x5EDE48) is known color: Apple. HEX triplet: 5E, DE and 48. RGB value is (94,222,72). Sum of RGB (Red+Green+Blue) = 94+222+72=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 222 (87.11% from 255 or 57.22% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDE48 is #A121B7. Grayscale: #A7A7A7. Windows color (decimal): -10559928 or 4775518. OLE color: 4775518.

HSL color Cylindrical-coordinate representation of color #5EDE48: hue angle of 111.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5EDE48 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 222 72 -
CMYK 0.58 0 0.68 0.13
HSL 111.2º 0.69% 0.58% -
HSV(B) 111.2º 0.68% 0.87% -
XYZ 31.91 55.09 15.08 -
YUV 166.63 74.59 76.2 -
System Red Green Blue C M Y K H S L
Decimal 94 222 72 0.58 0 0.68 0.13 111.2 0.69 0.58
Hex 5E DE 48 3A 0 44 D 6F 45 3A
Octal 136 336 110 72 0 104 15 157 105 72
Binary 1011110 11011110 1001000 111010 0 1000100 1101 1101111 1000101 111010

Color Harmonies of #5EDE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDE48

Black with #5EDE48

Text Example


Text Example

White with #5EDE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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