Html Css Color HEX #50B834 Apple

📋 copy color: '#50B834'

red 80 ◦ green 184 ◦ blue 52

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

Shades of Apple #50B834

Tints of Apple #50B834

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.23%

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 25.32%
G = 58.23%
B = 16.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#50B834 (or 0x50B834) is known color: Apple. HEX triplet: 50, B8 and 34. RGB value is (80,184,52). Sum of RGB (Red+Green+Blue) = 80+184+52=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 184 (72.27% from 255 or 58.23% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 184 - color contains mainly: green. Hex color #50B834 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B834 is #AF47CB. Grayscale: #8A8A8A. Windows color (decimal): -11487180 or 3455056. OLE color: 3455056.

HSL color Cylindrical-coordinate representation of color #50B834: hue angle of 107.27º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50B834 is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 184 52 -
CMYK 0.57 0 0.72 0.28
HSL 107.27º 0.56% 0.46% -
HSV(B) 107.27º 0.72% 0.72% -
XYZ 21.07 36.23 9.13 -
YUV 137.86 79.54 86.73 -
System Red Green Blue C M Y K H S L
Decimal 80 184 52 0.57 0 0.72 0.28 107.27 0.56 0.46
Hex 50 B8 34 39 0 48 1C 6B 38 2E
Octal 120 270 64 71 0 110 34 153 70 56
Binary 1010000 10111000 110100 111001 0 1001000 11100 1101011 111000 101110

Color Harmonies of #50B834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B834

Black with #50B834

Text Example


Text Example

White with #50B834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,184,52); }

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

background-color css

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

 a { background-color: rgb(80,184,52); }

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

border-color css

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

 span { border-color: rgb(80,184,52); }

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