Html Css Color HEX #50B83E Apple

📋 copy color: '#50B83E'

red 80 ◦ green 184 ◦ blue 62

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

Shades of Apple #50B83E

Tints of Apple #50B83E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.44%

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

R = 24.54%
G = 56.44%
B = 19.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#50B83E (or 0x50B83E) is known color: Apple. HEX triplet: 50, B8 and 3E. RGB value is (80,184,62). Sum of RGB (Red+Green+Blue) = 80+184+62=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #50B83E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B83E is #AF47C1. Grayscale: #8B8B8B. Windows color (decimal): -11487170 or 4110416. OLE color: 4110416.

HSL color Cylindrical-coordinate representation of color #50B83E: hue angle of 111.15º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50B83E is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 184 62 -
CMYK 0.57 0 0.66 0.28
HSL 111.15º 0.5% 0.48% -
HSV(B) 111.15º 0.66% 0.72% -
XYZ 21.32 36.33 10.45 -
YUV 139 84.54 85.92 -
System Red Green Blue C M Y K H S L
Decimal 80 184 62 0.57 0 0.66 0.28 111.15 0.5 0.48
Hex 50 B8 3E 39 0 42 1C 6F 32 30
Octal 120 270 76 71 0 102 34 157 62 60
Binary 1010000 10111000 111110 111001 0 1000010 11100 1101111 110010 110000

Color Harmonies of #50B83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B83E

Black with #50B83E

Text Example


Text Example

White with #50B83E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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