Html Css Color HEX #50A245 Fruit Salad

📋 copy color: '#50A245'

red 80 ◦ green 162 ◦ blue 69

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

Shades of Fruit Salad #50A245

Tints of Fruit Salad #50A245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 25.72%
G = 52.09%
B = 22.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#50A245 (or 0x50A245) is known color: Fruit Salad. HEX triplet: 50, A2 and 45. RGB value is (80,162,69). Sum of RGB (Red+Green+Blue) = 80+162+69=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #50A245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A245 is #AF5DBA. Grayscale: #7F7F7F. Windows color (decimal): -11492795 or 4563536. OLE color: 4563536.

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

Color convert

RGB 80 162 69 -
CMYK 0.51 0 0.57 0.36
HSL 112.9º 0.4% 0.45% -
HSV(B) 112.9º 0.57% 0.64% -
XYZ 17.3 27.98 10.12 -
YUV 126.88 95.33 94.56 -
System Red Green Blue C M Y K H S L
Decimal 80 162 69 0.51 0 0.57 0.36 112.9 0.4 0.45
Hex 50 A2 45 33 0 39 24 71 28 2D
Octal 120 242 105 63 0 71 44 161 50 55
Binary 1010000 10100010 1000101 110011 0 111001 100100 1110001 101000 101101

Color Harmonies of #50A245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A245

Black with #50A245

Text Example


Text Example

White with #50A245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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