Html Css Color HEX #50B142 Apple

📋 copy color: '#50B142'

red 80 ◦ green 177 ◦ blue 66

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

Shades of Apple #50B142

Tints of Apple #50B142

RGB

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

 GREEN value IS 177 (69.53% from 255) = 54.8%

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 24.77%
G = 54.8%
B = 20.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#50B142 (or 0x50B142) is known color: Apple. HEX triplet: 50, B1 and 42. RGB value is (80,177,66). Sum of RGB (Red+Green+Blue) = 80+177+66=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #50B142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B142 is #AF4EBD. Grayscale: #878787. Windows color (decimal): -11488958 or 4370768. OLE color: 4370768.

HSL color Cylindrical-coordinate representation of color #50B142: hue angle of 112.43º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50B142 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 177 66 -
CMYK 0.55 0 0.63 0.31
HSL 112.43º 0.46% 0.48% -
HSV(B) 112.43º 0.63% 0.69% -
XYZ 20.01 33.54 10.57 -
YUV 135.34 88.86 88.53 -
System Red Green Blue C M Y K H S L
Decimal 80 177 66 0.55 0 0.63 0.31 112.43 0.46 0.48
Hex 50 B1 42 37 0 3F 1F 70 2E 30
Octal 120 261 102 67 0 77 37 160 56 60
Binary 1010000 10110001 1000010 110111 0 111111 11111 1110000 101110 110000

Color Harmonies of #50B142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B142

Black with #50B142

Text Example


Text Example

White with #50B142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,177,66); }

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

background-color css

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

 a { background-color: rgb(80,177,66); }

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

border-color css

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

 span { border-color: rgb(80,177,66); }

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