Html Css Color HEX #50C43D Apple

📋 copy color: '#50C43D'

red 80 ◦ green 196 ◦ blue 61

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

Shades of Apple #50C43D

Tints of Apple #50C43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.1%

R = 23.74%
G = 58.16%
B = 18.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#50C43D (or 0x50C43D) is known color: Apple. HEX triplet: 50, C4 and 3D. RGB value is (80,196,61). Sum of RGB (Red+Green+Blue) = 80+196+61=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #50C43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C43D is #AF3BC2. Grayscale: #929292. Windows color (decimal): -11484099 or 4047952. OLE color: 4047952.

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

Color convert

RGB 80 196 61 -
CMYK 0.59 0 0.69 0.23
HSL 111.56º 0.53% 0.5% -
HSV(B) 111.56º 0.69% 0.77% -
XYZ 23.89 41.52 11.17 -
YUV 145.93 80.07 80.98 -
System Red Green Blue C M Y K H S L
Decimal 80 196 61 0.59 0 0.69 0.23 111.56 0.53 0.5
Hex 50 C4 3D 3B 0 45 17 70 35 32
Octal 120 304 75 73 0 105 27 160 65 62
Binary 1010000 11000100 111101 111011 0 1000101 10111 1110000 110101 110010

Color Harmonies of #50C43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C43D

Black with #50C43D

Text Example


Text Example

White with #50C43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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