Html Css Color HEX #50C949 Apple

📋 copy color: '#50C949'

red 80 ◦ green 201 ◦ blue 73

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

Shades of Apple #50C949

Tints of Apple #50C949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.78%

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

R = 22.6%
G = 56.78%
B = 20.62%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#50C949 (or 0x50C949) is known color: Apple. HEX triplet: 50, C9 and 49. RGB value is (80,201,73). Sum of RGB (Red+Green+Blue) = 80+201+73=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #50C949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C949 is #AF36B6. Grayscale: #969696. Windows color (decimal): -11482807 or 4835664. OLE color: 4835664.

HSL color Cylindrical-coordinate representation of color #50C949: hue angle of 116.72º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50C949 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 73 -
CMYK 0.60 0 0.64 0.21
HSL 116.72º 0.54% 0.54% -
HSV(B) 116.72º 0.64% 0.79% -
XYZ 25.4 43.96 13.45 -
YUV 150.23 84.41 77.91 -
System Red Green Blue C M Y K H S L
Decimal 80 201 73 0.60 0 0.64 0.21 116.72 0.54 0.54
Hex 50 C9 49 3C 0 40 15 75 36 36
Octal 120 311 111 74 0 100 25 165 66 66
Binary 1010000 11001001 1001001 111100 0 1000000 10101 1110101 110110 110110

Color Harmonies of #50C949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C949

Black with #50C949

Text Example


Text Example

White with #50C949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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