Html Css Color HEX #50983E La Palma

📋 copy color: '#50983E'

red 80 ◦ green 152 ◦ blue 62

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

Shades of La Palma #50983E

Tints of La Palma #50983E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.7%

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

R = 27.21%
G = 51.7%
B = 21.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#50983E (or 0x50983E) is known color: La Palma. HEX triplet: 50, 98 and 3E. RGB value is (80,152,62). Sum of RGB (Red+Green+Blue) = 80+152+62=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #50983E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50983E is #AF67C1. Grayscale: #787878. Windows color (decimal): -11495362 or 4102224. OLE color: 4102224.

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

Color convert

RGB 80 152 62 -
CMYK 0.47 0 0.59 0.40
HSL 108º 0.42% 0.42% -
HSV(B) 108º 0.59% 0.6% -
XYZ 15.41 24.51 8.48 -
YUV 120.21 95.15 99.32 -
System Red Green Blue C M Y K H S L
Decimal 80 152 62 0.47 0 0.59 0.40 108 0.42 0.42
Hex 50 98 3E 2F 0 3B 28 6C 2A 2A
Octal 120 230 76 57 0 73 50 154 52 52
Binary 1010000 10011000 111110 101111 0 111011 101000 1101100 101010 101010

Color Harmonies of #50983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50983E

Black with #50983E

Text Example


Text Example

White with #50983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50983E; }

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

 H1.HeaderClassName
 {
   color: #50983E;
 }
 .AnyTagClassName
 {
   color: #50983E;
 }
</style>

background-color css

<style>
 a { background-color: #50983E; }

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

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

border-color css

<style>
 span { border-color: #50983E; }

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

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