Html Css Color HEX #50C84C Apple

📋 copy color: '#50C84C'

red 80 ◦ green 200 ◦ blue 76

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

Shades of Apple #50C84C

Tints of Apple #50C84C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.18%

 BLUE value IS 76 (30.08% from 255) = 21.35%

R = 22.47%
G = 56.18%
B = 21.35%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#50C84C (or 0x50C84C) is known color: Apple. HEX triplet: 50, C8 and 4C. RGB value is (80,200,76). Sum of RGB (Red+Green+Blue) = 80+200+76=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #50C84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C84C is #AF37B3. Grayscale: #969696. Windows color (decimal): -11483060 or 5032016. OLE color: 5032016.

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

Color convert

RGB 80 200 76 -
CMYK 0.6 0 0.62 0.22
HSL 118.06º 0.53% 0.54% -
HSV(B) 118.06º 0.62% 0.78% -
XYZ 25.27 43.54 13.91 -
YUV 149.98 86.24 78.08 -
System Red Green Blue C M Y K H S L
Decimal 80 200 76 0.6 0 0.62 0.22 118.06 0.53 0.54
Hex 50 C8 4C 3C 0 3E 16 76 35 36
Octal 120 310 114 74 0 76 26 166 65 66
Binary 1010000 11001000 1001100 111100 0 111110 10110 1110110 110101 110110

Color Harmonies of #50C84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C84C

Black with #50C84C

Text Example


Text Example

White with #50C84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,200,76); }

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

background-color css

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

 a { background-color: rgb(80,200,76); }

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

border-color css

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

 span { border-color: rgb(80,200,76); }

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