Html Css Color HEX #50AB33 Apple

📋 copy color: '#50AB33'

red 80 ◦ green 171 ◦ blue 51

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

Shades of Apple #50AB33

Tints of Apple #50AB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.89%

R = 26.49%
G = 56.62%
B = 16.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#50AB33 (or 0x50AB33) is known color: Apple. HEX triplet: 50, AB and 33. RGB value is (80,171,51). Sum of RGB (Red+Green+Blue) = 80+171+51=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB33 is #AF54CC. Grayscale: #828282. Windows color (decimal): -11490509 or 3386192. OLE color: 3386192.

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

Color convert

RGB 80 171 51 -
CMYK 0.53 0 0.70 0.33
HSL 105.5º 0.54% 0.44% -
HSV(B) 105.5º 0.7% 0.67% -
XYZ 18.47 31.07 8.16 -
YUV 130.11 83.35 92.26 -
System Red Green Blue C M Y K H S L
Decimal 80 171 51 0.53 0 0.70 0.33 105.5 0.54 0.44
Hex 50 AB 33 35 0 46 21 6A 36 2C
Octal 120 253 63 65 0 106 41 152 66 54
Binary 1010000 10101011 110011 110101 0 1000110 100001 1101010 110110 101100

Color Harmonies of #50AB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB33

Black with #50AB33

Text Example


Text Example

White with #50AB33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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