Html Css Color HEX #5EBF50 Apple

📋 copy color: '#5EBF50'

red 94 ◦ green 191 ◦ blue 80

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

Shades of Apple #5EBF50

Tints of Apple #5EBF50

RGB

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

 GREEN value IS 191 (75% from 255) = 52.33%

 BLUE value IS 80 (31.64% from 255) = 21.92%

R = 25.75%
G = 52.33%
B = 21.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#5EBF50 (or 0x5EBF50) is known color: Apple. HEX triplet: 5E, BF and 50. RGB value is (94,191,80). Sum of RGB (Red+Green+Blue) = 94+191+80=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBF50 is #A140AF. Grayscale: #959595. Windows color (decimal): -10567856 or 5291870. OLE color: 5291870.

HSL color Cylindrical-coordinate representation of color #5EBF50: hue angle of 112.43º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EBF50 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 191 80 -
CMYK 0.51 0 0.58 0.25
HSL 112.43º 0.46% 0.53% -
HSV(B) 112.43º 0.58% 0.75% -
XYZ 24.69 40.22 14.05 -
YUV 149.34 88.86 88.53 -
System Red Green Blue C M Y K H S L
Decimal 94 191 80 0.51 0 0.58 0.25 112.43 0.46 0.53
Hex 5E BF 50 33 0 3A 19 70 2E 35
Octal 136 277 120 63 0 72 31 160 56 65
Binary 1011110 10111111 1010000 110011 0 111010 11001 1110000 101110 110101

Color Harmonies of #5EBF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBF50

Black with #5EBF50

Text Example


Text Example

White with #5EBF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,191,80); }

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

background-color css

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

 a { background-color: rgb(94,191,80); }

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

border-color css

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

 span { border-color: rgb(94,191,80); }

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