Html Css Color HEX #50B945 Apple

📋 copy color: '#50B945'

red 80 ◦ green 185 ◦ blue 69

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

Shades of Apple #50B945

Tints of Apple #50B945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.39%

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

R = 23.95%
G = 55.39%
B = 20.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#50B945 (or 0x50B945) is known color: Apple. HEX triplet: 50, B9 and 45. RGB value is (80,185,69). Sum of RGB (Red+Green+Blue) = 80+185+69=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 185 (72.66% from 255 or 55.39% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 185 - color contains mainly: green. Hex color #50B945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B945 is #AF46BA. Grayscale: #8C8C8C. Windows color (decimal): -11486907 or 4569424. OLE color: 4569424.

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

Color convert

RGB 80 185 69 -
CMYK 0.57 0 0.63 0.27
HSL 114.31º 0.46% 0.5% -
HSV(B) 114.31º 0.63% 0.73% -
XYZ 21.73 36.83 11.59 -
YUV 140.38 87.71 84.93 -
System Red Green Blue C M Y K H S L
Decimal 80 185 69 0.57 0 0.63 0.27 114.31 0.46 0.5
Hex 50 B9 45 39 0 3F 1B 72 2E 32
Octal 120 271 105 71 0 77 33 162 56 62
Binary 1010000 10111001 1000101 111001 0 111111 11011 1110010 101110 110010

Color Harmonies of #50B945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B945

Black with #50B945

Text Example


Text Example

White with #50B945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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