Html Css Color HEX #50B845 Apple

📋 copy color: '#50B845'

red 80 ◦ green 184 ◦ blue 69

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

Shades of Apple #50B845

Tints of Apple #50B845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.72%

R = 24.02%
G = 55.26%
B = 20.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#50B845 (or 0x50B845) is known color: Apple. HEX triplet: 50, B8 and 45. RGB value is (80,184,69). Sum of RGB (Red+Green+Blue) = 80+184+69=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 184 (72.27% from 255 or 55.26% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 184 - color contains mainly: green. Hex color #50B845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B845 is #AF47BA. Grayscale: #8C8C8C. Windows color (decimal): -11487163 or 4569168. OLE color: 4569168.

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

Color convert

RGB 80 184 69 -
CMYK 0.57 0 0.62 0.28
HSL 114.26º 0.45% 0.5% -
HSV(B) 114.26º 0.63% 0.72% -
XYZ 21.52 36.42 11.52 -
YUV 139.79 88.04 85.35 -
System Red Green Blue C M Y K H S L
Decimal 80 184 69 0.57 0 0.62 0.28 114.26 0.45 0.5
Hex 50 B8 45 39 0 3E 1C 72 2D 32
Octal 120 270 105 71 0 76 34 162 55 62
Binary 1010000 10111000 1000101 111001 0 111110 11100 1110010 101101 110010

Color Harmonies of #50B845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B845

Black with #50B845

Text Example


Text Example

White with #50B845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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