Html Css Color HEX #50C141 Apple

📋 copy color: '#50C141'

red 80 ◦ green 193 ◦ blue 65

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

Shades of Apple #50C141

Tints of Apple #50C141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.1%

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 23.67%
G = 57.1%
B = 19.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#50C141 (or 0x50C141) is known color: Apple. HEX triplet: 50, C1 and 41. RGB value is (80,193,65). Sum of RGB (Red+Green+Blue) = 80+193+65=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #50C141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C141 is #AF3EBE. Grayscale: #919191. Windows color (decimal): -11484863 or 4309328. OLE color: 4309328.

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

Color convert

RGB 80 193 65 -
CMYK 0.59 0 0.66 0.24
HSL 112.97º 0.51% 0.51% -
HSV(B) 112.97º 0.66% 0.76% -
XYZ 23.33 40.23 11.54 -
YUV 144.62 83.06 81.91 -
System Red Green Blue C M Y K H S L
Decimal 80 193 65 0.59 0 0.66 0.24 112.97 0.51 0.51
Hex 50 C1 41 3B 0 42 18 71 33 33
Octal 120 301 101 73 0 102 30 161 63 63
Binary 1010000 11000001 1000001 111011 0 1000010 11000 1110001 110011 110011

Color Harmonies of #50C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C141

Black with #50C141

Text Example


Text Example

White with #50C141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,193,65); }

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

background-color css

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

 a { background-color: rgb(80,193,65); }

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

border-color css

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

 span { border-color: rgb(80,193,65); }

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