Html Css Color HEX #50C048 Apple

📋 copy color: '#50C048'

red 80 ◦ green 192 ◦ blue 72

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

Shades of Apple #50C048

Tints of Apple #50C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.81%

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

R = 23.26%
G = 55.81%
B = 20.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#50C048 (or 0x50C048) is known color: Apple. HEX triplet: 50, C0 and 48. RGB value is (80,192,72). Sum of RGB (Red+Green+Blue) = 80+192+72=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #50C048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C048 is #AF3FB7. Grayscale: #919191. Windows color (decimal): -11485112 or 4767824. OLE color: 4767824.

HSL color Cylindrical-coordinate representation of color #50C048: hue angle of 116º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50C048 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 72 -
CMYK 0.58 0 0.63 0.25
HSL 116º 0.49% 0.52% -
HSV(B) 116º 0.63% 0.75% -
XYZ 23.33 39.87 12.6 -
YUV 144.83 86.89 81.76 -
System Red Green Blue C M Y K H S L
Decimal 80 192 72 0.58 0 0.63 0.25 116 0.49 0.52
Hex 50 C0 48 3A 0 3F 19 74 31 34
Octal 120 300 110 72 0 77 31 164 61 64
Binary 1010000 11000000 1001000 111010 0 111111 11001 1110100 110001 110100

Color Harmonies of #50C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C048

Black with #50C048

Text Example


Text Example

White with #50C048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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