Html Css Color HEX #50A235 La Palma

📋 copy color: '#50A235'

red 80 ◦ green 162 ◦ blue 53

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

Shades of La Palma #50A235

Tints of La Palma #50A235

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54.92%

 BLUE value IS 53 (21.09% from 255) = 17.97%

R = 27.12%
G = 54.92%
B = 17.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#50A235 (or 0x50A235) is known color: La Palma. HEX triplet: 50, A2 and 35. RGB value is (80,162,53). Sum of RGB (Red+Green+Blue) = 80+162+53=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #50A235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A235 is #AF5DCA. Grayscale: #7D7D7D. Windows color (decimal): -11492811 or 3514960. OLE color: 3514960.

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

Color convert

RGB 80 162 53 -
CMYK 0.51 0 0.67 0.36
HSL 105.14º 0.51% 0.42% -
HSV(B) 105.14º 0.67% 0.64% -
XYZ 16.87 27.8 7.85 -
YUV 125.06 87.33 95.86 -
System Red Green Blue C M Y K H S L
Decimal 80 162 53 0.51 0 0.67 0.36 105.14 0.51 0.42
Hex 50 A2 35 33 0 43 24 69 33 2A
Octal 120 242 65 63 0 103 44 151 63 52
Binary 1010000 10100010 110101 110011 0 1000011 100100 1101001 110011 101010

Color Harmonies of #50A235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A235

Black with #50A235

Text Example


Text Example

White with #50A235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,162,53); }

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

background-color css

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

 a { background-color: rgb(80,162,53); }

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

border-color css

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

 span { border-color: rgb(80,162,53); }

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