Html Css Color HEX #50A338 Apple

📋 copy color: '#50A338'

red 80 ◦ green 163 ◦ blue 56

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

Shades of Apple #50A338

Tints of Apple #50A338

RGB

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

 GREEN value IS 163 (64.06% from 255) = 54.52%

 BLUE value IS 56 (22.27% from 255) = 18.73%

R = 26.76%
G = 54.52%
B = 18.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#50A338 (or 0x50A338) is known color: Apple. HEX triplet: 50, A3 and 38. RGB value is (80,163,56). Sum of RGB (Red+Green+Blue) = 80+163+56=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 163 (64.06% from 255 or 54.52% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 163 - color contains mainly: green. Hex color #50A338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A338 is #AF5CC7. Grayscale: #7E7E7E. Windows color (decimal): -11492552 or 3711824. OLE color: 3711824.

HSL color Cylindrical-coordinate representation of color #50A338: hue angle of 106.54º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50A338 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 163 56 -
CMYK 0.51 0 0.66 0.36
HSL 106.54º 0.49% 0.43% -
HSV(B) 106.54º 0.66% 0.64% -
XYZ 17.12 28.19 8.28 -
YUV 125.99 88.5 95.2 -
System Red Green Blue C M Y K H S L
Decimal 80 163 56 0.51 0 0.66 0.36 106.54 0.49 0.43
Hex 50 A3 38 33 0 42 24 6B 31 2B
Octal 120 243 70 63 0 102 44 153 61 53
Binary 1010000 10100011 111000 110011 0 1000010 100100 1101011 110001 101011

Color Harmonies of #50A338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A338

Black with #50A338

Text Example


Text Example

White with #50A338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,163,56); }

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

background-color css

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

 a { background-color: rgb(80,163,56); }

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

border-color css

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

 span { border-color: rgb(80,163,56); }

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