Html Css Color HEX #50973F La Palma

📋 copy color: '#50973F'

red 80 ◦ green 151 ◦ blue 63

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

Shades of La Palma #50973F

Tints of La Palma #50973F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.36%

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

R = 27.21%
G = 51.36%
B = 21.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#50973F (or 0x50973F) is known color: La Palma. HEX triplet: 50, 97 and 3F. RGB value is (80,151,63). Sum of RGB (Red+Green+Blue) = 80+151+63=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #50973F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50973F is #AF68C0. Grayscale: #787878. Windows color (decimal): -11495617 or 4167504. OLE color: 4167504.

HSL color Cylindrical-coordinate representation of color #50973F: hue angle of 108.41º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50973F is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 63 -
CMYK 0.47 0 0.58 0.41
HSL 108.41º 0.41% 0.42% -
HSV(B) 108.41º 0.58% 0.59% -
XYZ 15.27 24.2 8.57 -
YUV 119.74 95.98 99.66 -
System Red Green Blue C M Y K H S L
Decimal 80 151 63 0.47 0 0.58 0.41 108.41 0.41 0.42
Hex 50 97 3F 2F 0 3A 29 6C 29 2A
Octal 120 227 77 57 0 72 51 154 51 52
Binary 1010000 10010111 111111 101111 0 111010 101001 1101100 101001 101010

Color Harmonies of #50973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50973F

Black with #50973F

Text Example


Text Example

White with #50973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50973F; }

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

 H1.HeaderClassName
 {
   color: #50973F;
 }
 .AnyTagClassName
 {
   color: #50973F;
 }
</style>

background-color css

<style>
 a { background-color: #50973F; }

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

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

border-color css

<style>
 span { border-color: #50973F; }

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

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