Html Css Color HEX #50BA41 Apple

📋 copy color: '#50BA41'

red 80 ◦ green 186 ◦ blue 65

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

Shades of Apple #50BA41

Tints of Apple #50BA41

RGB

 RED value IS 80 (31.64% from 255) = 24.17%

 GREEN value IS 186 (73.05% from 255) = 56.19%

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 24.17%
G = 56.19%
B = 19.64%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#50BA41 (or 0x50BA41) is known color: Apple. HEX triplet: 50, BA and 41. RGB value is (80,186,65). Sum of RGB (Red+Green+Blue) = 80+186+65=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA41 is #AF45BE. Grayscale: #8C8C8C. Windows color (decimal): -11486655 or 4307536. OLE color: 4307536.

HSL color Cylindrical-coordinate representation of color #50BA41: hue angle of 112.56º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50BA41 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 65 -
CMYK 0.57 0 0.65 0.27
HSL 112.56º 0.48% 0.49% -
HSV(B) 112.56º 0.65% 0.73% -
XYZ 21.82 37.2 11.03 -
YUV 140.51 85.38 84.84 -
System Red Green Blue C M Y K H S L
Decimal 80 186 65 0.57 0 0.65 0.27 112.56 0.48 0.49
Hex 50 BA 41 39 0 41 1B 71 30 31
Octal 120 272 101 71 0 101 33 161 60 61
Binary 1010000 10111010 1000001 111001 0 1000001 11011 1110001 110000 110001

Color Harmonies of #50BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA41

Black with #50BA41

Text Example


Text Example

White with #50BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50BA41; }

 p { color: rgb(80,186,65); }

 H1.HeaderClassName
 {
   color: #50BA41;
 }
 .AnyTagClassName
 {
   color: #50BA41;
 }
</style>

background-color css

<style>
 a { background-color: #50BA41; }

 a { background-color: rgb(80,186,65); }

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

border-color css

<style>
 span { border-color: #50BA41; }

 span { border-color: rgb(80,186,65); }

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