Html Css Color HEX #50C449 Apple

📋 copy color: '#50C449'

red 80 ◦ green 196 ◦ blue 73

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

Shades of Apple #50C449

Tints of Apple #50C449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.16%

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 22.92%
G = 56.16%
B = 20.92%

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

#50C449 (or 0x50C449) is known color: Apple. HEX triplet: 50, C4 and 49. RGB value is (80,196,73). Sum of RGB (Red+Green+Blue) = 80+196+73=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #50C449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C449 is #AF3BB6. Grayscale: #939393. Windows color (decimal): -11484087 or 4834384. OLE color: 4834384.

HSL color Cylindrical-coordinate representation of color #50C449: hue angle of 116.59º degrees, saturation: 0.51, 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 #50C449 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 196 73 -
CMYK 0.59 0 0.63 0.23
HSL 116.59º 0.51% 0.53% -
HSV(B) 116.59º 0.63% 0.77% -
XYZ 24.25 41.67 13.07 -
YUV 147.29 86.07 80 -
System Red Green Blue C M Y K H S L
Decimal 80 196 73 0.59 0 0.63 0.23 116.59 0.51 0.53
Hex 50 C4 49 3B 0 3F 17 75 33 35
Octal 120 304 111 73 0 77 27 165 63 65
Binary 1010000 11000100 1001001 111011 0 111111 10111 1110101 110011 110101

Color Harmonies of #50C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C449

Black with #50C449

Text Example


Text Example

White with #50C449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,196,73); }

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

background-color css

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

 a { background-color: rgb(80,196,73); }

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

border-color css

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

 span { border-color: rgb(80,196,73); }

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