Html Css Color HEX #50C349 Apple

📋 copy color: '#50C349'

red 80 ◦ green 195 ◦ blue 73

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

Shades of Apple #50C349

Tints of Apple #50C349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.03%

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

R = 22.99%
G = 56.03%
B = 20.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#50C349 (or 0x50C349) is known color: Apple. HEX triplet: 50, C3 and 49. RGB value is (80,195,73). Sum of RGB (Red+Green+Blue) = 80+195+73=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #50C349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C349 is #AF3CB6. Grayscale: #939393. Windows color (decimal): -11484343 or 4834128. OLE color: 4834128.

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

Color convert

RGB 80 195 73 -
CMYK 0.59 0 0.63 0.24
HSL 116.56º 0.5% 0.53% -
HSV(B) 116.56º 0.63% 0.76% -
XYZ 24.03 41.22 12.99 -
YUV 146.71 86.4 80.42 -
System Red Green Blue C M Y K H S L
Decimal 80 195 73 0.59 0 0.63 0.24 116.56 0.5 0.53
Hex 50 C3 49 3B 0 3F 18 75 32 35
Octal 120 303 111 73 0 77 30 165 62 65
Binary 1010000 11000011 1001001 111011 0 111111 11000 1110101 110010 110101

Color Harmonies of #50C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C349

Black with #50C349

Text Example


Text Example

White with #50C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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