Html Css Color HEX #50AB54 Fruit Salad

📋 copy color: '#50AB54'

red 80 ◦ green 171 ◦ blue 84

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

Shades of Fruit Salad #50AB54

Tints of Fruit Salad #50AB54

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.04%

 BLUE value IS 84 (33.2% from 255) = 25.07%

R = 23.88%
G = 51.04%
B = 25.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#50AB54 (or 0x50AB54) is known color: Fruit Salad. HEX triplet: 50, AB and 54. RGB value is (80,171,84). Sum of RGB (Red+Green+Blue) = 80+171+84=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB54 is #AF54AB. Grayscale: #868686. Windows color (decimal): -11490476 or 5548880. OLE color: 5548880.

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

Color convert

RGB 80 171 84 -
CMYK 0.53 0 0.51 0.33
HSL 122.64º 0.36% 0.49% -
HSV(B) 122.64º 0.53% 0.67% -
XYZ 19.47 31.47 13.44 -
YUV 133.87 99.85 89.57 -
System Red Green Blue C M Y K H S L
Decimal 80 171 84 0.53 0 0.51 0.33 122.64 0.36 0.49
Hex 50 AB 54 35 0 33 21 7B 24 31
Octal 120 253 124 65 0 63 41 173 44 61
Binary 1010000 10101011 1010100 110101 0 110011 100001 1111011 100100 110001

Color Harmonies of #50AB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB54

Black with #50AB54

Text Example


Text Example

White with #50AB54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,171,84); }

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

background-color css

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

 a { background-color: rgb(80,171,84); }

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

border-color css

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

 span { border-color: rgb(80,171,84); }

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