Html Css Color HEX #50C03E Apple

📋 copy color: '#50C03E'

red 80 ◦ green 192 ◦ blue 62

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

Shades of Apple #50C03E

Tints of Apple #50C03E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.49%

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 23.95%
G = 57.49%
B = 18.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#50C03E (or 0x50C03E) is known color: Apple. HEX triplet: 50, C0 and 3E. RGB value is (80,192,62). Sum of RGB (Red+Green+Blue) = 80+192+62=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #50C03E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C03E is #AF3FC1. Grayscale: #909090. Windows color (decimal): -11485122 or 4112464. OLE color: 4112464.

HSL color Cylindrical-coordinate representation of color #50C03E: hue angle of 111.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50C03E is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 62 -
CMYK 0.58 0 0.68 0.25
HSL 111.69º 0.51% 0.5% -
HSV(B) 111.69º 0.68% 0.75% -
XYZ 23.03 39.75 11.02 -
YUV 143.69 81.89 82.57 -
System Red Green Blue C M Y K H S L
Decimal 80 192 62 0.58 0 0.68 0.25 111.69 0.51 0.5
Hex 50 C0 3E 3A 0 44 19 70 33 32
Octal 120 300 76 72 0 104 31 160 63 62
Binary 1010000 11000000 111110 111010 0 1000100 11001 1110000 110011 110010

Color Harmonies of #50C03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C03E

Black with #50C03E

Text Example


Text Example

White with #50C03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,192,62); }

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

background-color css

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

 a { background-color: rgb(80,192,62); }

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

border-color css

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

 span { border-color: rgb(80,192,62); }

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