Html Css Color HEX #50B53D Apple

📋 copy color: '#50B53D'

red 80 ◦ green 181 ◦ blue 61

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

Shades of Apple #50B53D

Tints of Apple #50B53D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.21%

 BLUE value IS 61 (24.22% from 255) = 18.94%

R = 24.84%
G = 56.21%
B = 18.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#50B53D (or 0x50B53D) is known color: Apple. HEX triplet: 50, B5 and 3D. RGB value is (80,181,61). Sum of RGB (Red+Green+Blue) = 80+181+61=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 181 (71.09% from 255 or 56.21% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 181 - color contains mainly: green. Hex color #50B53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B53D is #AF4AC2. Grayscale: #898989. Windows color (decimal): -11487939 or 4044112. OLE color: 4044112.

HSL color Cylindrical-coordinate representation of color #50B53D: hue angle of 110.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50B53D is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 181 61 -
CMYK 0.56 0 0.66 0.29
HSL 110.5º 0.5% 0.47% -
HSV(B) 110.5º 0.66% 0.71% -
XYZ 20.67 35.09 10.1 -
YUV 137.12 85.04 87.26 -
System Red Green Blue C M Y K H S L
Decimal 80 181 61 0.56 0 0.66 0.29 110.5 0.5 0.47
Hex 50 B5 3D 38 0 42 1D 6E 32 2F
Octal 120 265 75 70 0 102 35 156 62 57
Binary 1010000 10110101 111101 111000 0 1000010 11101 1101110 110010 101111

Color Harmonies of #50B53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B53D

Black with #50B53D

Text Example


Text Example

White with #50B53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,181,61); }

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

background-color css

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

 a { background-color: rgb(80,181,61); }

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

border-color css

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

 span { border-color: rgb(80,181,61); }

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