Html Css Color HEX #50C83F Apple

📋 copy color: '#50C83F'

red 80 ◦ green 200 ◦ blue 63

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

Shades of Apple #50C83F

Tints of Apple #50C83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.37%

R = 23.32%
G = 58.31%
B = 18.37%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#50C83F (or 0x50C83F) is known color: Apple. HEX triplet: 50, C8 and 3F. RGB value is (80,200,63). Sum of RGB (Red+Green+Blue) = 80+200+63=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #50C83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C83F is #AF37C0. Grayscale: #949494. Windows color (decimal): -11483073 or 4180048. OLE color: 4180048.

HSL color Cylindrical-coordinate representation of color #50C83F: hue angle of 112.55º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50C83F is Cyan = 0.6, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 63 -
CMYK 0.6 0 0.68 0.22
HSL 112.55º 0.55% 0.52% -
HSV(B) 112.55º 0.69% 0.78% -
XYZ 24.86 43.37 11.76 -
YUV 148.5 79.74 79.14 -
System Red Green Blue C M Y K H S L
Decimal 80 200 63 0.6 0 0.68 0.22 112.55 0.55 0.52
Hex 50 C8 3F 3C 0 44 16 71 37 34
Octal 120 310 77 74 0 104 26 161 67 64
Binary 1010000 11001000 111111 111100 0 1000100 10110 1110001 110111 110100

Color Harmonies of #50C83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C83F

Black with #50C83F

Text Example


Text Example

White with #50C83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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