Html Css Color HEX #50AF51 Fruit Salad

📋 copy color: '#50AF51'

red 80 ◦ green 175 ◦ blue 81

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

Shades of Fruit Salad #50AF51

Tints of Fruit Salad #50AF51

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.08%

 BLUE value IS 81 (32.03% from 255) = 24.11%

R = 23.81%
G = 52.08%
B = 24.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#50AF51 (or 0x50AF51) is known color: Fruit Salad. HEX triplet: 50, AF and 51. RGB value is (80,175,81). Sum of RGB (Red+Green+Blue) = 80+175+81=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AF51 is #AF50AE. Grayscale: #888888. Windows color (decimal): -11489455 or 5353296. OLE color: 5353296.

HSL color Cylindrical-coordinate representation of color #50AF51: hue angle of 120.63º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AF51 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 175 81 -
CMYK 0.54 0 0.54 0.31
HSL 120.63º 0.37% 0.5% -
HSV(B) 120.63º 0.54% 0.69% -
XYZ 20.12 32.96 13.09 -
YUV 135.88 97.03 88.14 -
System Red Green Blue C M Y K H S L
Decimal 80 175 81 0.54 0 0.54 0.31 120.63 0.37 0.5
Hex 50 AF 51 36 0 36 1F 79 25 32
Octal 120 257 121 66 0 66 37 171 45 62
Binary 1010000 10101111 1010001 110110 0 110110 11111 1111001 100101 110010

Color Harmonies of #50AF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF51

Black with #50AF51

Text Example


Text Example

White with #50AF51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,175,81); }

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

background-color css

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

 a { background-color: rgb(80,175,81); }

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

border-color css

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

 span { border-color: rgb(80,175,81); }

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