Html Css Color HEX #50C548 Apple

📋 copy color: '#50C548'

red 80 ◦ green 197 ◦ blue 72

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

Shades of Apple #50C548

Tints of Apple #50C548

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.45%

 BLUE value IS 72 (28.52% from 255) = 20.63%

R = 22.92%
G = 56.45%
B = 20.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#50C548 (or 0x50C548) is known color: Apple. HEX triplet: 50, C5 and 48. RGB value is (80,197,72). Sum of RGB (Red+Green+Blue) = 80+197+72=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 197 (77.34% from 255 or 56.45% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 197 - color contains mainly: green. Hex color #50C548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C548 is #AF3AB7. Grayscale: #949494. Windows color (decimal): -11483832 or 4769104. OLE color: 4769104.

HSL color Cylindrical-coordinate representation of color #50C548: hue angle of 116.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50C548 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 197 72 -
CMYK 0.59 0 0.63 0.23
HSL 116.16º 0.52% 0.53% -
HSV(B) 116.16º 0.63% 0.77% -
XYZ 24.44 42.11 12.97 -
YUV 147.77 85.24 79.66 -
System Red Green Blue C M Y K H S L
Decimal 80 197 72 0.59 0 0.63 0.23 116.16 0.52 0.53
Hex 50 C5 48 3B 0 3F 17 74 34 35
Octal 120 305 110 73 0 77 27 164 64 65
Binary 1010000 11000101 1001000 111011 0 111111 10111 1110100 110100 110101

Color Harmonies of #50C548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C548

Black with #50C548

Text Example


Text Example

White with #50C548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,197,72); }

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

background-color css

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

 a { background-color: rgb(80,197,72); }

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

border-color css

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

 span { border-color: rgb(80,197,72); }

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