Html Css Color HEX #50C544 Apple

📋 copy color: '#50C544'

red 80 ◦ green 197 ◦ blue 68

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

Shades of Apple #50C544

Tints of Apple #50C544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.71%

R = 23.19%
G = 57.1%
B = 19.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#50C544 (or 0x50C544) is known color: Apple. HEX triplet: 50, C5 and 44. RGB value is (80,197,68). Sum of RGB (Red+Green+Blue) = 80+197+68=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #50C544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C544 is #AF3ABB. Grayscale: #939393. Windows color (decimal): -11483836 or 4506960. OLE color: 4506960.

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

Color convert

RGB 80 197 68 -
CMYK 0.59 0 0.65 0.23
HSL 114.42º 0.53% 0.52% -
HSV(B) 114.42º 0.65% 0.77% -
XYZ 24.32 42.06 12.3 -
YUV 147.31 83.24 79.99 -
System Red Green Blue C M Y K H S L
Decimal 80 197 68 0.59 0 0.65 0.23 114.42 0.53 0.52
Hex 50 C5 44 3B 0 41 17 72 35 34
Octal 120 305 104 73 0 101 27 162 65 64
Binary 1010000 11000101 1000100 111011 0 1000001 10111 1110010 110101 110100

Color Harmonies of #50C544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C544

Black with #50C544

Text Example


Text Example

White with #50C544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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