Html Css Color HEX #50C74A Apple

📋 copy color: '#50C74A'

red 80 ◦ green 199 ◦ blue 74

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

Shades of Apple #50C74A

Tints of Apple #50C74A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 56.37%

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 22.66%
G = 56.37%
B = 20.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#50C74A (or 0x50C74A) is known color: Apple. HEX triplet: 50, C7 and 4A. RGB value is (80,199,74). Sum of RGB (Red+Green+Blue) = 80+199+74=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 199 (78.12% from 255 or 56.37% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 199 - color contains mainly: green. Hex color #50C74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C74A is #AF38B5. Grayscale: #959595. Windows color (decimal): -11483318 or 4900688. OLE color: 4900688.

HSL color Cylindrical-coordinate representation of color #50C74A: hue angle of 117.12º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50C74A is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 199 74 -
CMYK 0.60 0 0.63 0.22
HSL 117.12º 0.53% 0.54% -
HSV(B) 117.12º 0.63% 0.78% -
XYZ 24.97 43.05 13.47 -
YUV 149.17 85.58 78.66 -
System Red Green Blue C M Y K H S L
Decimal 80 199 74 0.60 0 0.63 0.22 117.12 0.53 0.54
Hex 50 C7 4A 3C 0 3F 16 75 35 36
Octal 120 307 112 74 0 77 26 165 65 66
Binary 1010000 11000111 1001010 111100 0 111111 10110 1110101 110101 110110

Color Harmonies of #50C74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C74A

Black with #50C74A

Text Example


Text Example

White with #50C74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,199,74); }

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

background-color css

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

 a { background-color: rgb(80,199,74); }

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

border-color css

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

 span { border-color: rgb(80,199,74); }

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