Html Css Color HEX #50CA4A Apple

📋 copy color: '#50CA4A'

red 80 ◦ green 202 ◦ blue 74

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

Shades of Apple #50CA4A

Tints of Apple #50CA4A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.74%

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

R = 22.47%
G = 56.74%
B = 20.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#50CA4A (or 0x50CA4A) is known color: Apple. HEX triplet: 50, CA and 4A. RGB value is (80,202,74). Sum of RGB (Red+Green+Blue) = 80+202+74=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA4A is #AF35B5. Grayscale: #979797. Windows color (decimal): -11482550 or 4901456. OLE color: 4901456.

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

Color convert

RGB 80 202 74 -
CMYK 0.60 0 0.63 0.21
HSL 117.19º 0.55% 0.54% -
HSV(B) 117.19º 0.63% 0.79% -
XYZ 25.66 44.44 13.7 -
YUV 150.93 84.58 77.41 -
System Red Green Blue C M Y K H S L
Decimal 80 202 74 0.60 0 0.63 0.21 117.19 0.55 0.54
Hex 50 CA 4A 3C 0 3F 15 75 37 36
Octal 120 312 112 74 0 77 25 165 67 66
Binary 1010000 11001010 1001010 111100 0 111111 10101 1110101 110111 110110

Color Harmonies of #50CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA4A

Black with #50CA4A

Text Example


Text Example

White with #50CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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