Html Css Color HEX #50C137 Apple

📋 copy color: '#50C137'

red 80 ◦ green 193 ◦ blue 55

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

Shades of Apple #50C137

Tints of Apple #50C137

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.84%

 BLUE value IS 55 (21.88% from 255) = 16.77%

R = 24.39%
G = 58.84%
B = 16.77%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#50C137 (or 0x50C137) is known color: Apple. HEX triplet: 50, C1 and 37. RGB value is (80,193,55). Sum of RGB (Red+Green+Blue) = 80+193+55=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #50C137 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C137 is #AF3EC8. Grayscale: #8F8F8F. Windows color (decimal): -11484873 or 3653968. OLE color: 3653968.

HSL color Cylindrical-coordinate representation of color #50C137: hue angle of 109.13º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50C137 is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 193 55 -
CMYK 0.59 0 0.72 0.24
HSL 109.13º 0.56% 0.49% -
HSV(B) 109.13º 0.72% 0.76% -
XYZ 23.07 40.12 10.14 -
YUV 143.48 78.06 82.72 -
System Red Green Blue C M Y K H S L
Decimal 80 193 55 0.59 0 0.72 0.24 109.13 0.56 0.49
Hex 50 C1 37 3B 0 48 18 6D 38 31
Octal 120 301 67 73 0 110 30 155 70 61
Binary 1010000 11000001 110111 111011 0 1001000 11000 1101101 111000 110001

Color Harmonies of #50C137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C137

Black with #50C137

Text Example


Text Example

White with #50C137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,193,55); }

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

background-color css

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

 a { background-color: rgb(80,193,55); }

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

border-color css

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

 span { border-color: rgb(80,193,55); }

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