Html Css Color HEX #50BC54 Fruit Salad

📋 copy color: '#50BC54'

red 80 ◦ green 188 ◦ blue 84

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

Shades of Fruit Salad #50BC54

Tints of Fruit Salad #50BC54

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.41%

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

R = 22.73%
G = 53.41%
B = 23.86%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#50BC54 (or 0x50BC54) is known color: Fruit Salad. HEX triplet: 50, BC and 54. RGB value is (80,188,84). Sum of RGB (Red+Green+Blue) = 80+188+84=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC54 is #AF43AB. Grayscale: #909090. Windows color (decimal): -11486124 or 5553232. OLE color: 5553232.

HSL color Cylindrical-coordinate representation of color #50BC54: hue angle of 122.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC54 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 84 -
CMYK 0.57 0 0.55 0.26
HSL 122.22º 0.45% 0.53% -
HSV(B) 122.22º 0.57% 0.74% -
XYZ 22.89 38.31 14.58 -
YUV 143.85 94.22 82.46 -
System Red Green Blue C M Y K H S L
Decimal 80 188 84 0.57 0 0.55 0.26 122.22 0.45 0.53
Hex 50 BC 54 39 0 37 1A 7A 2D 35
Octal 120 274 124 71 0 67 32 172 55 65
Binary 1010000 10111100 1010100 111001 0 110111 11010 1111010 101101 110101

Color Harmonies of #50BC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC54

Black with #50BC54

Text Example


Text Example

White with #50BC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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