Html Css Color HEX #50C541 Apple

📋 copy color: '#50C541'

red 80 ◦ green 197 ◦ blue 65

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

Shades of Apple #50C541

Tints of Apple #50C541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.6%

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

R = 23.39%
G = 57.6%
B = 19.01%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#50C541 (or 0x50C541) is known color: Apple. HEX triplet: 50, C5 and 41. RGB value is (80,197,65). Sum of RGB (Red+Green+Blue) = 80+197+65=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #50C541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C541 is #AF3ABE. Grayscale: #939393. Windows color (decimal): -11483839 or 4310352. OLE color: 4310352.

HSL color Cylindrical-coordinate representation of color #50C541: hue angle of 113.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50C541 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 197 65 -
CMYK 0.59 0 0.67 0.23
HSL 113.18º 0.53% 0.51% -
HSV(B) 113.18º 0.67% 0.77% -
XYZ 24.23 42.02 11.83 -
YUV 146.97 81.74 80.23 -
System Red Green Blue C M Y K H S L
Decimal 80 197 65 0.59 0 0.67 0.23 113.18 0.53 0.51
Hex 50 C5 41 3B 0 43 17 71 35 33
Octal 120 305 101 73 0 103 27 161 65 63
Binary 1010000 11000101 1000001 111011 0 1000011 10111 1110001 110101 110011

Color Harmonies of #50C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C541

Black with #50C541

Text Example


Text Example

White with #50C541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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