Html Css Color HEX #50AB39 Apple

📋 copy color: '#50AB39'

red 80 ◦ green 171 ◦ blue 57

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

Shades of Apple #50AB39

Tints of Apple #50AB39

RGB

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

 GREEN value IS 171 (67.19% from 255) = 55.52%

 BLUE value IS 57 (22.66% from 255) = 18.51%

R = 25.97%
G = 55.52%
B = 18.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#50AB39 (or 0x50AB39) is known color: Apple. HEX triplet: 50, AB and 39. RGB value is (80,171,57). Sum of RGB (Red+Green+Blue) = 80+171+57=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB39 is #AF54C6. Grayscale: #838383. Windows color (decimal): -11490503 or 3779408. OLE color: 3779408.

HSL color Cylindrical-coordinate representation of color #50AB39: hue angle of 107.89º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50AB39 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 171 57 -
CMYK 0.53 0 0.67 0.33
HSL 107.89º 0.5% 0.45% -
HSV(B) 107.89º 0.67% 0.67% -
XYZ 18.61 31.13 8.9 -
YUV 130.8 86.35 91.77 -
System Red Green Blue C M Y K H S L
Decimal 80 171 57 0.53 0 0.67 0.33 107.89 0.5 0.45
Hex 50 AB 39 35 0 43 21 6C 32 2D
Octal 120 253 71 65 0 103 41 154 62 55
Binary 1010000 10101011 111001 110101 0 1000011 100001 1101100 110010 101101

Color Harmonies of #50AB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB39

Black with #50AB39

Text Example


Text Example

White with #50AB39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,171,57); }

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

background-color css

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

 a { background-color: rgb(80,171,57); }

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

border-color css

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

 span { border-color: rgb(80,171,57); }

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