Html Css Color HEX #50A736 Apple

📋 copy color: '#50A736'

red 80 ◦ green 167 ◦ blue 54

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

Shades of Apple #50A736

Tints of Apple #50A736

RGB

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

 GREEN value IS 167 (65.63% from 255) = 55.48%

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 26.58%
G = 55.48%
B = 17.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#50A736 (or 0x50A736) is known color: Apple. HEX triplet: 50, A7 and 36. RGB value is (80,167,54). Sum of RGB (Red+Green+Blue) = 80+167+54=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 167 (65.62% from 255 or 55.48% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 167 - color contains mainly: green. Hex color #50A736 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A736 is #AF58C9. Grayscale: #808080. Windows color (decimal): -11491530 or 3581776. OLE color: 3581776.

HSL color Cylindrical-coordinate representation of color #50A736: hue angle of 106.19º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50A736 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 167 54 -
CMYK 0.52 0 0.68 0.35
HSL 106.19º 0.51% 0.43% -
HSV(B) 106.19º 0.68% 0.65% -
XYZ 17.79 29.61 8.27 -
YUV 128.11 86.18 93.69 -
System Red Green Blue C M Y K H S L
Decimal 80 167 54 0.52 0 0.68 0.35 106.19 0.51 0.43
Hex 50 A7 36 34 0 44 23 6A 33 2B
Octal 120 247 66 64 0 104 43 152 63 53
Binary 1010000 10100111 110110 110100 0 1000100 100011 1101010 110011 101011

Color Harmonies of #50A736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A736

Black with #50A736

Text Example


Text Example

White with #50A736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,167,54); }

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

background-color css

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

 a { background-color: rgb(80,167,54); }

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

border-color css

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

 span { border-color: rgb(80,167,54); }

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